Trouble setting and reading variable

前端 未结 0 1526
一生所求
一生所求 2020-12-03 22:01

In my pipeline I have this:

steps {
    script
    {
        def TAG_NAME = env.GIT_BRANCH.split("/")[1]
    }
    sshagent(credentials: ["<         


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