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