diff --git a/Jenkinsfile b/Jenkinsfile index ac5f035..8759a5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ node { } stage('Build image') { - sh 'make' + sh '/usr/bin/env' /* This builds the actual image; synonymous to * docker build on the command line */ app = docker.build("jenkins/sos-milter")