modified jenkins files

Cette révision appartient à :
2023-10-14 01:25:44 +05:30
Parent 24264d2630
révision 1d97be90c5
+1
Voir le fichier
@@ -91,6 +91,7 @@ def commitChanges() {
// Check for changes // Check for changes
sh """ sh """
git checkout ${env.BRANCH_NAME}
git status git status
git pull origin ${env.BRANCH_NAME} git pull origin ${env.BRANCH_NAME}
# Only proceed if there are changes # Only proceed if there are changes