modified jenkins files

This commit is contained in:
2023-10-14 01:25:44 +05:30
parent 24264d2630
commit 1d97be90c5
Vendored
+1
View File
@@ -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