We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbdaf7 commit 6bebfbfCopy full SHA for 6bebfbf
vars/nexusUpload.groovy
@@ -12,6 +12,6 @@ void call(Map parameters = [:]) {
12
final script = checkScript(this, parameters) ?: this
13
parameters = DownloadCacheUtils.injectDownloadCacheInMavenParameters(script, parameters)
14
15
- List credentials = [[type: 'usernamePassword', id: 'nexusCredentialsId', env: ['PIPER_username', 'PIPER_password']]]
+ List credentials = [[type: 'usernamePassword', id: 'nexusCredentialsId', env: ['PIPER_user', 'PIPER_password']]]
16
piperExecuteBin(parameters, STEP_NAME, METADATA_FILE, credentials)
17
}
0 commit comments