diff --git a/Jenkinsfile b/Jenkinsfile index aed85df..385b98d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,13 +4,7 @@ pipeline { stages { stage('recreate > build > reun container') { steps { - sh "docker-compose up --force-recreate --build -d parse_saby" - } - } - - stage('show logs') { - steps { - sh "docker-compose logs -f" + sh "docker-compose up --force-recreate --build parse_saby" } } }