Running test
testing/ogcore-api/pipeline/head There was a failure building this commit Details

develop-jenkins
Nicolas Arenas 2024-10-23 01:27:04 +02:00
parent 8ecf148ca6
commit 85a8ad86c6
1 changed files with 1 additions and 5 deletions

6
Jenkinsfile vendored
View File

@ -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}"
}