Skip to content

Commit

Permalink
fix(maven-release): should push with crediential
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Jun 5, 2018
1 parent 82e9e6c commit edbaa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/maven-Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ timestamps {
sh "git checkout master"
sh "bash $WORKSPACE/zanata-functions run branch_forced_pull"
sh "git merge ${PROJ_BRANCH} -Xours"
sh "git push"
sh "git push https://$GIT_USERNAME:$GITHUB_OAUTH2_TOKEN@${PROJ_BASE} master"
}
}
}
Expand Down

0 comments on commit edbaa6d

Please sign in to comment.