Remove env

pull/7/head
Jannis Portmann 2023-04-18 17:09:53 +02:00
parent 9acd2db2e6
commit 5eff9cb491
1 changed files with 1 additions and 1 deletions

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}')
}
}