test
parent
531bb13d76
commit
183a8f12fa
|
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
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"
|
||||||
"docker image prune -f"
|
"docker image prune -f"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue