We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1b4fd commit 8cefea9Copy full SHA for 8cefea9
Jenkinsfile
@@ -156,7 +156,7 @@ pipeline {
156
stage('Test Mysql') {
157
environment {
158
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_mysql"
159
- COMPOSE_FILE = 'docker/docker-compose.ci.mysql.yml'
+ COMPOSE_FILE = 'docker/docker-compose.ci.yml:docker/docker-compose.ci.mysql.yml'
160
}
161
when {
162
not {
@@ -184,7 +184,7 @@ pipeline {
184
stage('Test Postgres') {
185
186
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_postgres"
187
- COMPOSE_FILE = 'docker/docker-compose.ci.postgres.yml'
+ COMPOSE_FILE = 'docker/docker-compose.ci.yml:docker/docker-compose.ci.postgres.yml'
188
189
190
0 commit comments