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') {
|
stage('Tests') {
|
||||||
steps {
|
steps {
|
||||||
// Run tests
|
// Run tests
|
||||||
|
@ -71,6 +66,7 @@ pipeline {
|
||||||
stage ("Delete Image") {
|
stage ("Delete Image") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
sh "docker compose -f ${DOCKER_COMPOSE_FILE} down"
|
||||||
sh "docker rmi ${DOCKER_IDENTITY}"
|
sh "docker rmi ${DOCKER_IDENTITY}"
|
||||||
sh "docker rmi ${DOCKER_IDENTITY_NGINX}"
|
sh "docker rmi ${DOCKER_IDENTITY_NGINX}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue