Updated path
testing/ogcore-api/pipeline/head There was a failure building this commit Details

develop-jenkins
Nicolas Arenas 2024-10-23 01:15:48 +02:00
parent 3e8cdbb86e
commit 7a31acd93d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
stage('Build Environment') {
steps {
script {
docker.build("${DOCKER_IDENTITY}", '-f docker/Dockerfile-php .')
docker.build("${DOCKER_IDENTITY}", '-f docker/Dockerfile-jenkins-php .')
docker.build("${DOCKER_IDENTITY_NGINX}", '-f docker/Dockerfile-nginx .')
}
}