mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
8c47945b04
commit
ca98165557
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -43,7 +43,7 @@ pipeline {
|
|||
|
||||
stage ('Docker Image Build'){
|
||||
steps {
|
||||
echo Docker Image Build'
|
||||
echo 'Docker Image Build'
|
||||
dir("${env.WORKSPACE}") {
|
||||
sh """
|
||||
docker build -t $ECR_DOCKER_IMAGE:$BUILD_NUMBER .
|
||||
|
|
Loading…
Reference in a new issue