modified jenkins files

Esse commit está contido em:
2023-10-14 01:25:44 +05:30
commit 1d97be90c5
+1
Ver Arquivo
@@ -91,6 +91,7 @@ def commitChanges() {
// Check for changes
sh """
git checkout ${env.BRANCH_NAME}
git status
git pull origin ${env.BRANCH_NAME}
# Only proceed if there are changes