diff --git a/Jenkinsfile b/Jenkinsfile index 3eb0ab5b..05283d0c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { steps { echo "Building..." sh """ - docker build -t tikazyq/crawlab:${ENV:TAG} -f ${ENV.DOCKERFILE} . + docker build -t tikazyq/crawlab:${ENV:TAG} -f ${ENV:DOCKERFILE} . """ } }