浏览代码

modified jenkins files

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

+ 1
- 0
Jenkinsfile 查看文件

91
 
91
 
92
     // Check for changes
92
     // Check for changes
93
     sh """
93
     sh """
94
+        git checkout ${env.BRANCH_NAME}
94
         git status
95
         git status
95
         git pull origin ${env.BRANCH_NAME}
96
         git pull origin ${env.BRANCH_NAME}
96
         # Only proceed if there are changes
97
         # Only proceed if there are changes

正在加载...
取消
保存