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:
parent
ef536fe23a
commit
b139cebb1f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user