Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-15 14:25:38 +09:00 committed by GitHub
parent 8c47945b04
commit ca98165557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -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 .