We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca352e commit d146833Copy full SHA for d146833
Jenkinsfile
@@ -139,7 +139,7 @@ pipeline {
139
} else if (BRANCH_NAME && BRANCH_NAME == 'master') {
140
node("linux-amd64") {
141
dir("/tmp/mscl_${env.BRANCH_NAME}_${currentBuild.number}") {
142
- copyArtifacts(projectName: "${env.JOB_NAME}", selector: specific("12"));
+ copyArtifacts(projectName: "${env.JOB_NAME}", selector: specific("${currentBuild.number}"));
143
withCredentials([string(credentialsId: 'Github_Token', variable: 'GH_TOKEN')]) {
144
sh '''
145
# Release to github. The release script will determine if master needs to be published
0 commit comments