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

This commit is contained in:
Juan Ferrer 2019-12-08 14:18:52 +01:00
parent 1ac422a963
commit 34ff3048c9
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 {