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:
parent
bfb429c761
commit
ef536fe23a
@ -8,6 +8,9 @@ void call(parameters) {
|
||||
skipDefaultCheckout()
|
||||
timestamps()
|
||||
}
|
||||
environment {
|
||||
PIPER_systemTrustToken = ''
|
||||
}
|
||||
stages {
|
||||
stage('Init') {
|
||||
steps {
|
||||
|
Loading…
x
Reference in New Issue
Block a user