Skip to content
Snippets Groups Projects
Unverified Commit 40dd9112 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Adding --force-recreate to Jenkinsfile deploy step to kill stale containers.

parent 5bc97302
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ pipeline {
stage('deploy') {
steps {
sh 'docker-compose -p litmus up -d'
sh 'docker-compose -p litmus up -d --force-recreate'
}
when {
branch 'master'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment