Jenkins file was patched #2
BOT_open_sesam/pipeline/head This commit looks good Details

test
dl 2025-05-16 16:52:03 +05:00
parent bc99718123
commit a869a07eba
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -5,7 +5,8 @@ pipeline {
stage('Stop and Remove Existing Container') { stage('Stop and Remove Existing Container') {
steps { steps {
sh ''' sh '''
docker stop fastapi_hello_time || true docker stop open_sesam || true
docker rm open_sesam || true
docker-compose down || true docker-compose down || true
''' '''
} }