develop
Niclas Thobaben 2022-08-14 12:29:15 +02:00
parent f6100eb0e1
commit 006fd5e57c
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -10,6 +10,7 @@ pipeline {
stage('TEST') {
steps {
echo sh(script: 'env|sort', returnStdout: true)
echo "${CUSTOM_TAG}"
}
}
}