Running test
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
8ecf148ca6
commit
85a8ad86c6
|
@ -54,11 +54,6 @@ pipeline {
|
|||
"""
|
||||
}
|
||||
}
|
||||
stage ("Stop containers") {
|
||||
steps {
|
||||
sh "docker compose -f ${DOCKER_COMPOSE_FILE} down"
|
||||
}
|
||||
}
|
||||
stage('Tests') {
|
||||
steps {
|
||||
// Run tests
|
||||
|
@ -71,6 +66,7 @@ pipeline {
|
|||
stage ("Delete Image") {
|
||||
steps {
|
||||
script {
|
||||
sh "docker compose -f ${DOCKER_COMPOSE_FILE} down"
|
||||
sh "docker rmi ${DOCKER_IDENTITY}"
|
||||
sh "docker rmi ${DOCKER_IDENTITY_NGINX}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue