modified jenkins files

This commit is contained in:
2023-10-14 01:25:44 +05:30
förälder 24264d2630
incheckning 1d97be90c5
Vendored
+1
Visa fil
@@ -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