develop
Niclas Thobaben 2022-08-14 12:30:37 +02:00
parent 006fd5e57c
commit 55d6583928
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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