Back port range fixes
gitea/salix/test This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-08 14:16:01 +01:00
parent b10fb4433b
commit 1f50030301
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -11,9 +11,9 @@ pipeline {
DOCKER_HOST_1 = 'vch1.verdnatura.es'
DOCKER_HOST_2 = 'vch2.verdnatura.es'
PORT_MASTER_FRONT = '5002'
PORT_MASTER_BACK = '3001-3005'
PORT_MASTER_BACK = '3001-3002'
PORT_TEST_FRONT = '5001'
PORT_TEST_BACK = '4001-4005'
PORT_TEST_BACK = '4001-4002'
TAG = "${env.BRANCH_NAME}"
}
stages {