From a37860e7707c577fc05feb21e72d81e9bdbec7dc Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 22 Jun 2019 11:57:06 +0800 Subject: [PATCH] updated Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 29cabbf9..3ab1b527 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,8 @@ pipeline { -p 8080:8080 \ -p 8000:8000 \ -v /home/yeqing/.env.production:/opt/crawlab/frontend/.env.production \ - -v /home/yeqing/config.py:/opt/crawlab/crawlab/config/config.py + -v /home/yeqing/config.py:/opt/crawlab/crawlab/config/config.py \ + tikazyq/crawlab master """ } }