From bbf573c836448895fcf8b630c0a244f0081ebda6 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} . """ } }