mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
CI Fix
This commit is contained in:
parent
3c1b4fdf34
commit
8cefea916a
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 New Issue
Block a user