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 {
88
88
stage('GitHub-Sync') {
89
89
steps {
90
90
script {
91
- withCredentials([usernamePassword(credentialsId: 'github_mchptest ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
91
+ withCredentials([usernamePassword(credentialsId: 'pic_avr_github ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
92
92
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}"
93
93
}
94
94
}
@@ -99,7 +99,7 @@ pipeline {
99
99
stage('GitHub-Release') {
100
100
steps {
101
101
script {
102
- withCredentials([usernamePassword(credentialsId: 'github_mchptest ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
102
+ withCredentials([usernamePassword(credentialsId: 'pic_avr_github ', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) {
103
103
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\""
104
104
}
105
105
}
You can’t perform that action at this time.
0 commit comments