This commit is contained in:
work 2025-02-05 13:35:16 +01:00
parent e12d4762e3
commit 50336855df

2
Jenkinsfile vendored
View file

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