Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

@ -41,7 +41,7 @@ pipeline {
}
}
stage {'Docker Image Build'){
stage ('Docker Image Build'){
steps {
echo Docker Image Build'
dir("${env.WORKSPACE}") {