Build container for CI
testing/ogcore-api/pipeline/head There was a failure building this commit Details

helpers/ci-integration
Nicolas Arenas 2024-09-25 18:30:21 +02:00
parent 77ef4aca3f
commit ec86e867c3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stage('Build Environmen') {
steps {
//Build environment
sh 'docker compose up --build -d'
sh 'docker compose -f docker-compose-ci.yaml up --build -d'
}
}
stage('Install dependencies') {