mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +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{
|
stages{
|
||||||
stage('docker image build'){
|
stage('docker image build'){
|
||||||
steps{
|
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