updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-08-10 12:52:17 +08:00
parent 259e56bd38
commit 91ab975651

2
Jenkinsfile vendored
View File

@@ -44,7 +44,7 @@ pipeline {
sh """
cd ./jenkins/${ENV:GIT_BRANCH}
docker-compose stop | true
docker-compose up -d --scale worker=3
docker-compose up -d
"""
}
}