develop
Niclas Thobaben 2022-08-14 12:27:22 +02:00
parent e44a8253a2
commit f6100eb0e1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stages {
stage('TEST') {
steps {
sh 'printenv'
echo sh(script: 'env|sort', returnStdout: true)
}
}
}