updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-06-22 15:19:40 +08:00
parent 5f508b46f8
commit 016363c340
11 changed files with 1 additions and 223 deletions

2
Jenkinsfile vendored
View File

@@ -37,7 +37,7 @@ pipeline {
steps {
echo 'Deploying....'
sh """
docker stop crawlab | true
docker rm -f crawlab | true
docker run -d --rm --name crawlab \
-p 8080:8080 \
-p 8000:8000 \