2 Commits

Author SHA1 Message Date
avinash.b 816ec7dfa9 added reports 2023-10-13 18:03:46 +05:30
avinash.b 2da9807fa0 modified jenkins file 2023-10-13 17:45:51 +05:30
4 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -85,10 +85,10 @@ def commitChanges() {
// Check for changes // Check for changes
sh """ sh """
git checkout ${env.BRANCH_NAME} git pull origin ${env.BRANCH_NAME}
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 --force https://jenkinstest:Bizgaze123@code.bizgaze.com/devops.bizgaze/imports.git ${env.BRANCH_NAME}
""" """
} }
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long