Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit a4fec3e

Browse files
Update Jenkinsfile to fix build issue on master branch.
1 parent a8b8807 commit a4fec3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pipeline {
130130
node("linux-amd64") {
131131
dir("/tmp/mip_sdk_${env.BRANCH_NAME}_${currentBuild.number}") {
132132
copyArtifacts(projectName: "${env.JOB_NAME}", selector: specific("${currentBuild.number}"));
133-
withCredentials([string(credentialsId: 'MICROSTRAIN_BUILD_GH_TOKEN', variable: 'GH_TOKEN')]) {
133+
withCredentials([string(credentialsId: 'Github_Token', variable: 'GH_TOKEN')]) {
134134
sh '''
135135
# Release to the latest version if the master commit matches up with the commit of that version
136136
if (cd "${WORKSPACE}" && git describe --exact-match --tags HEAD &> /dev/null); then
@@ -151,4 +151,4 @@ pipeline {
151151
}
152152
}
153153
}
154-
}
154+
}

0 commit comments

Comments
 (0)