1
0
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:
Marcus Holl 2023-06-01 15:22:57 +02:00 committed by GitHub
parent 072378bb83
commit 83519eb771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {