Remove env

This commit is contained in:
Jannis Portmann 2023-04-18 17:09:53 +02:00
parent 9acd2db2e6
commit 5eff9cb491

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
stage('Build Docker Image') {
steps {
script {
sh 'echo ${env.BUILD_NUMBER}'
sh 'echo ${BUILD_NUMBER}'
def dockerImage = docker.build('git.thisfro.ch/jenkinsci/pflaenzli', '-f Dockerfile . --tag git.thisfro.ch/jenkinsci/pflaenzli:${buildNumber}')
}
}