1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-13 14:00:29 +02:00
This commit is contained in:
maxcask 2025-01-30 16:06:52 +04:00
parent db2a43287a
commit bfb429c761

View File

@ -35,7 +35,7 @@ void call(Map parameters = [:], String stepName, String metadataFile, List crede
withEnv([
"PIPER_parametersJSON=${groovy.json.JsonOutput.toJson(stepParameters)}",
"PIPER_correlationID=${env.BUILD_URL}",
"PIPER_systemTrustToken=${env.PIPER_systemTrustToken}"
"PIPER_systemTrustToken=${env.PIPER_systemTrustToken}",
//ToDo: check if parameters make it into docker image on JaaS
]) {
String defaultConfigArgs = getCustomDefaultConfigsArg()