We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e612919 commit 2964784Copy full SHA for 2964784
Jenkinsfile
@@ -8,7 +8,8 @@ def withMavenWorkspace(Closure body) {
8
junitPublisher(disabled: true)
9
]) {
10
// These credentials can only push reports.
11
- withCredentials([string(credentialsId: 'develocity.commonhaus.dev-access-key-pr')]) {
+ withCredentials([string(credentialsId: 'develocity.commonhaus.dev-access-key-pr',
12
+ variable: 'DEVELOCITY_ACCESS_KEY')]) {
13
withGradle { // withDevelocity, actually: https://plugins.jenkins.io/gradle/#plugin-content-capturing-build-scans-from-jenkins-pipeline
14
body()
15
}
0 commit comments