diff --git a/Jenkinsfile b/Jenkinsfile index c0bb6aa98..592c99588 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { stage ('Docker build') { steps { script { - sh '/usr/sbin/envShell.sh build -t spring-pet-clinic .' + sh 'docker build -t spring-pet-clinic .' } }