added report

This commit is contained in:
2023-10-13 17:31:27 +05:30
parent 59afa4c31f
commit bfab96fef4
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -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