Avinash 2年前
コミット
bfab96fef4
2個のファイルの変更23行の追加1行の削除
  1. 1
    1
      Jenkinsfile
  2. 22
    0
      report/Sales Invoice.xml

.jenkins/Jenkinsfile → Jenkinsfile ファイルの表示

@@ -85,7 +85,7 @@ def commitChanges() {
85 85
 
86 86
     // Check for changes
87 87
     sh """
88
-        git checkout ${env.BRANCH_NAME}
88
+        git pull
89 89
         git add .
90 90
         git commit -m "Moved processed XML files to backup"
91 91
         git push https://jenkinstest:Bizgaze123@code.bizgaze.com/devops.bizgaze/imports.git ${env.BRANCH_NAME}

+ 22
- 0
report/Sales Invoice.xml
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存