mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-11-30 08:59:04 +02:00
fix misleading/wrong comment (#4295)
This commit is contained in:
parent
072378bb83
commit
83519eb771
@ -54,7 +54,7 @@ void call(Map parameters = [:], String stepName, String metadataFile, List crede
|
||||
config += ["ansHookServiceKeyCredentialsId": ansHookServiceKeyCredentialsId]
|
||||
|
||||
// prepare stashes
|
||||
// first eliminate empty stashes
|
||||
// first eliminate non existing stashes
|
||||
config.stashContent = utils.unstashAll(config.stashContent)
|
||||
// then make sure that commonPipelineEnvironment, config, ... is also available when step stashing is active
|
||||
if (config.stashContent?.size() > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user