1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

fix(cfDeploy): correct stash for go step (#2456)

This commit is contained in:
Christopher Fenner 2020-12-09 14:31:07 +01:00 committed by GitHub
parent f32420eb92
commit 6970b57468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ void call(Map parameters = [:]) {
.use()
if (config.useGoStep == true) {
utils.unstashAll("deployDescriptor")
utils.unstashAll(["deployDescriptor"])
List credentials = [
[type: 'usernamePassword', id: 'cfCredentialsId', env: ['PIPER_username', 'PIPER_password']],
[type: 'usernamePassword', id: 'dockerCredentialsId', env: ['PIPER_dockerUsername', 'PIPER_dockerPassword']]