From 59eecdcdb6b0ddb97ddb0e6f164ae38286f4fcc6 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 16 Aug 2019 00:57:17 +0800 Subject: [PATCH] updated Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} . """ } }