modified jenkins file

이 커밋은 다음에 포함됨:
2023-10-13 17:45:51 +05:30
부모 59afa4c31f
커밋 2da9807fa0
+2 -2
파일 보기
@@ -85,10 +85,10 @@ def commitChanges() {
// Check for changes
sh """
git checkout ${env.BRANCH_NAME}
git pull origin ${env.BRANCH_NAME}
git add .
git commit -m "Moved processed XML files to backup"
git push https://jenkinstest:Bizgaze123@code.bizgaze.com/devops.bizgaze/imports.git ${env.BRANCH_NAME}
git push --force https://jenkinstest:Bizgaze123@code.bizgaze.com/devops.bizgaze/imports.git ${env.BRANCH_NAME}
"""
}