mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 09:25:49 +00:00
added
This commit is contained in:
parent
6128453e3a
commit
1762132f46
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 spc:1.0 .'
|
sh 'docker image build -t $env.image_name:${BUILD_NUMBER}-${NODE_NAME} .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue