Variable not being shared as expected between shell commands between Jenkins pipeline stages

前端 未结 0 594
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 11:46

I have the following stage declarative code: stage(\'Initialization\') {

        steps {
            script {
                TAG_VALUE=sh(script:"cd src         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题