diff --git a/Jenkinsfile b/Jenkinsfile index e0572e027..9d970b3ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 .' } }