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 {
|
pipeline {
|
||||||
agent { label any }
|
agent { label 'agent_smith' }
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Stop and Remove Existing Container') {
|
stage('Stop and Remove Existing Container') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
docker stop fastapi_hello_time || true
|
docker stop fastapi_hello_time || true
|
||||||
docker rm fastapi_hello_time || true
|
|
||||||
docker-compose down || true
|
docker-compose down || true
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
@ -19,3 +18,5 @@ pipeline {
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue