diff --git a/Jenkinsfile b/Jenkinsfile index a782e21..7006ad1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,10 +4,8 @@ pipeline { stages { stage('Stop and Remove Existing Container') { steps { - sh ''' - "docker-compose up --force-recreate --build -d parse_saby" - "docker image prune -f" - ''' + sh "docker-compose up --force-recreate --build -d parse_saby" + sh "docker image prune -f" } }