проблема была в ковычках

main
Лев 2025-08-26 09:53:37 +05:00
parent 34a91a6f80
commit f35222e2a4
1 changed files with 2 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -4,10 +4,8 @@ pipeline {
stages { stages {
stage('Stop and Remove Existing Container') { stage('Stop and Remove Existing Container') {
steps { steps {
sh ''' sh "docker-compose up --force-recreate --build -d parse_saby"
"docker-compose up --force-recreate --build -d parse_saby" sh "docker image prune -f"
"docker image prune -f"
'''
} }
} }