浏览代码

modified jenkins files

Avinash 1年前
父节点
当前提交
1d97be90c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile 查看文件

@@ -91,6 +91,7 @@ def commitChanges() {
91 91
 
92 92
     // Check for changes
93 93
     sh """
94
+        git checkout ${env.BRANCH_NAME}
94 95
         git status
95 96
         git pull origin ${env.BRANCH_NAME}
96 97
         # Only proceed if there are changes

正在加载...
取消
保存