проблема была в ковычках
parent
34a91a6f80
commit
f35222e2a4
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue