This commit is contained in:
2023-10-13 17:31:27 +05:30
förälder 59afa4c31f
incheckning bfab96fef4
2 ändrade filer med 23 tillägg och 1 borttagningar
+1 -1
Visa fil
@@ -85,7 +85,7 @@ def commitChanges() {
// Check for changes
sh """
git checkout ${env.BRANCH_NAME}
git pull
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}
File diff suppressed because one or more lines are too long