mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +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{
|
||||
stage('docker image build'){
|
||||
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