Fix using build tag
All checks were successful
golang-builds/hey/pipeline/head This commit looks good

This commit is contained in:
2021-06-15 22:09:40 +02:00
parent c2e02ec78e
commit c53c2cb4ed

2
Jenkinsfile vendored
View File

@@ -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}"
}
}
}