Jenkins declarative pipeline fails with git checkout step

前端 未结 0 649
花落未央
花落未央 2021-02-08 14:42

Following is the snippet


    stage(\'Git checkout\') {
      steps {
        git branch: \'${params.branchName}\', url: \'my_git_repository_url.git\'
      }
            


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