diff --git a/Jenkinsfile b/Jenkinsfile index 7081270..04d987a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,6 @@ pipeline { sh ''' git config --global user.name "${GIT_USERNAME}" git config --global user.password "${GIT_PASSWORD}" - git push --set-upstream origin qa ''' // Tag the commit with the build number sh "git tag -a build_${buildNumber} -m 'Build ${buildNumber}' ${commitHash}"