This commit is contained in:
work 2025-02-05 14:30:40 +01:00
parent 50336855df
commit b3ecbd5e26

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
stage ('Docker build') {
steps {
script {
sh '/usr/sbin/envShell.sh -t spring-pet-clinic .'
sh '/usr/sbin/envShell.sh build -t spring-pet-clinic .'
}
}