Fix using build tag
All checks were successful
golang-builds/hey/pipeline/head This commit looks good
All checks were successful
golang-builds/hey/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -22,7 +22,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
withSonarQubeEnv('mysonar') { // If you have configured more than one global server connection, you can specify its name
|
||||
sh "sonar-scanner -X -Dsonar.projectKey=${JOB_BASE_NAME}:${BRANCH_NAME}"
|
||||
sh "sonar-scanner -Dsonar.projectKey=${BUILD_TAG}:${BRANCH_NAME}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user