updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-07-31 17:01:17 +08:00
parent c2cf7f9182
commit d855fb5114

1
Jenkinsfile vendored
View File

@@ -37,6 +37,7 @@ pipeline {
steps {
echo 'Deploying....'
sh """
docker-compose stop | true
docker-compose up
"""
}