diff --git a/Jenkinsfile b/Jenkinsfile index 5ae5c3b..c68c1fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,11 +4,13 @@ pipeline { stages { stage('recreate > build > reun container') { steps { + sh 'docker stop parse_saby || true' + sh "docker rm parse_saby || true" sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker image prune -f" } } - + stage('show logs') { steps { sh '''