1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-07 13:42:23 +02:00

add env var to call system trust

This commit is contained in:
maxcask 2025-01-31 14:12:21 +04:00
parent ef536fe23a
commit b139cebb1f

View File

@ -29,6 +29,7 @@ void call(Map parameters = [:]) {
withEnv([
"PIPER_parametersJSON=${groovy.json.JsonOutput.toJson(stepParameters)}",
"PIPER_correlationID=${env.BUILD_URL}",
"PIPER_systemTrustToken=${env.PIPER_systemTrustToken}",
]) {
String customDefaultConfig = piperExecuteBin.getCustomDefaultConfigsArg()
String customConfigArg = piperExecuteBin.getCustomConfigArg(script)