updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-07-31 17:01:17 +08:00
parent fa14daaf83
commit 5d25c50db7

1
Jenkinsfile vendored
View File

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