瀏覽代碼

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

Loading…
取消
儲存