This commit is contained in:
work 2025-02-05 14:51:58 +01:00
parent b3ecbd5e26
commit b96ed3c582

2
Jenkinsfile vendored
View file

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