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

add token as a pipeline env var

This commit is contained in:
maxcask 2025-01-30 16:32:38 +04:00
parent bfb429c761
commit ef536fe23a

View File

@ -8,6 +8,9 @@ void call(parameters) {
skipDefaultCheckout()
timestamps()
}
environment {
PIPER_systemTrustToken = ''
}
stages {
stage('Init') {
steps {