Jenkins file was patched
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
parent
83aac7cd51
commit
bc99718123
|
|
@ -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 {
|
|||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue