diff --git a/magicleaps/alpha/ci/Jenkinsfile b/magicleaps/alpha/ci/Jenkinsfile index 218c8c85..9618456f 100644 --- a/magicleaps/alpha/ci/Jenkinsfile +++ b/magicleaps/alpha/ci/Jenkinsfile @@ -124,7 +124,7 @@ pipeline { sh """ git config user.name "zhenyus" git config user.email "zhenyus@mathmast.com" - git remote add ci_origin https://freeleaps@dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops + git remote add ci_origin https://zhenyus:${GIT_CREDENTIALS}@dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops git add ${valuesFile} git commit -m "ci(bot-auto-bump): bump ${APP_NAME} image tags for alpha to ${TAG_PREFIX}-${env.COMMIT_HASH}-linux-amd64" git push ci_origin HEAD:master