CI Fix
This commit is contained in:
parent
3c1b4fdf34
commit
8cefea916a
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -156,7 +156,7 @@ pipeline {
|
||||||
stage('Test Mysql') {
|
stage('Test Mysql') {
|
||||||
environment {
|
environment {
|
||||||
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_mysql"
|
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_mysql"
|
||||||
COMPOSE_FILE = 'docker/docker-compose.ci.mysql.yml'
|
COMPOSE_FILE = 'docker/docker-compose.ci.yml:docker/docker-compose.ci.mysql.yml'
|
||||||
}
|
}
|
||||||
when {
|
when {
|
||||||
not {
|
not {
|
||||||
|
@ -184,7 +184,7 @@ pipeline {
|
||||||
stage('Test Postgres') {
|
stage('Test Postgres') {
|
||||||
environment {
|
environment {
|
||||||
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_postgres"
|
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_postgres"
|
||||||
COMPOSE_FILE = 'docker/docker-compose.ci.postgres.yml'
|
COMPOSE_FILE = 'docker/docker-compose.ci.yml:docker/docker-compose.ci.postgres.yml'
|
||||||
}
|
}
|
||||||
when {
|
when {
|
||||||
not {
|
not {
|
||||||
|
|
Loading…
Reference in a new issue