diff --git a/Jenkinsfile b/Jenkinsfile index 1c13c80..4ac3224 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,7 +82,7 @@ pipeline { echo `git add -A && git commit -am "recommit for updates in build $BUILD_NUMBER"` git checkout master git merge jenkins - git push -u origin master''' + git push origin master''' } } }