mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
added
This commit is contained in:
parent
1762132f46
commit
acfd82c0ce
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ pipeline{
|
|||
stages{
|
||||
stage('docker image build'){
|
||||
steps{
|
||||
sh 'docker image build -t $env.image_name:${BUILD_NUMBER}-${NODE_NAME} .'
|
||||
sh 'docker image build -t ${image_name}:${BUILD_NUMBER}-${NODE_NAME} .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue