mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-13 14:00:29 +02:00
fix
This commit is contained in:
parent
db2a43287a
commit
bfb429c761
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user