File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ pipeline {
8888 stage('GitHub-Sync') {
8989 steps {
9090 script {
91- withCredentials([usernamePassword(credentialsId: 'github_mchptest ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
91+ withCredentials([usernamePassword(credentialsId: 'pic_avr_github ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
9292 sh "python3 ${env.DEPLOY_SCRIPT_FILE} -deploy=true -gpat=${PASS} -dgid=${USER_NAME} -dburl=${env.BITBUCKET_REPO} -dgurl=${env.GITHUB_REPO} -dbranch=${env.TARGET_BRANCH}"
9393 }
9494 }
@@ -99,7 +99,7 @@ pipeline {
9999 stage('GitHub-Release') {
100100 steps {
101101 script {
102- withCredentials([usernamePassword(credentialsId: 'github_mchptest ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
102+ withCredentials([usernamePassword(credentialsId: 'pic_avr_github ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
103103 sh "python3 ${env.DEPLOY_SCRIPT_FILE} -rlo=true -gpat=${PASS} -dgid=${USER_NAME} -rpn=${GITHUB_REPO_SHORT} -rporg=${GITHUB_ORG} -rltt=\"${env.GIT_TAG}\" -rltv=\"${env.GIT_TAG}\" -rlua=\"avr-iot-cellular-${env.GIT_TAG}.zip,sandbox.hex\""
104104 }
105105 }
You can’t perform that action at this time.
0 commit comments