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:
parent
f32420eb92
commit
6970b57468
@ -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']]
|
||||
|
Loading…
x
Reference in New Issue
Block a user