diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 28db234..d5aa1f6 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -93,7 +93,6 @@ def commitChanges() { sh """ git checkout ${env.BRANCH_NAME} git status - git pull origin ${env.BRANCH_NAME} # Only proceed if there are changes if [[ $(git status -s) ]]; then git add .