Jenkins file was patched
BOT_open_sesam/pipeline/head There was a failure building this commit Details

test
dl 2025-05-16 16:48:51 +05:00
parent 83aac7cd51
commit bc99718123
1 changed files with 5 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -1,12 +1,11 @@
pipeline {
agent { label any }
agent { label 'agent_smith' }
stages {
stage('Stop and Remove Existing Container') {
steps {
sh '''
docker stop fastapi_hello_time || true
docker rm fastapi_hello_time || true
docker-compose down || true
'''
}
@ -19,3 +18,5 @@ pipeline {
'''
}
}
}
}