updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-08-10 12:52:17 +08:00
parent 108b414cd6
commit ae81b5adf3

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
"""
}
}