1 Commits

Author SHA1 Message Date
avinash.b bfab96fef4 added report 2023-10-13 17:31:27 +05:30
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ def commitChanges() {
// Check for changes // Check for changes
sh """ sh """
git checkout ${env.BRANCH_NAME} git pull
git add . git add .
git commit -m "Moved processed XML files to backup" 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 https://jenkinstest:Bizgaze123@code.bizgaze.com/devops.bizgaze/imports.git ${env.BRANCH_NAME}
File diff suppressed because one or more lines are too long