3 Commitit

Tekijä SHA1 Viesti Päivämäärä
avinash.b 93b1276d0b added forms 2023-10-13 17:53:40 +05:30
avinash.b ae186e2a55 added report 2023-10-13 17:52:17 +05:30
avinash.b 2da9807fa0 modified jenkins file 2023-10-13 17:45:51 +05:30
5 muutettua tiedostoa jossa 27 lisäystä ja 2 poistoa
+2 -2
Näytä tiedosto
@@ -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
File diff suppressed because one or more lines are too long