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