This commit is contained in:
Vicente Falco 2017-11-07 13:36:13 +01:00
parent 2a6e707ae3
commit e9aa15bbe1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ def branchProduction = "master"
def branchTest = "test";
def dockerHost = "${env.DOCKER_HOST}";
def env.NODE_ENV = branchName;
env.NODE_ENV = branchName;
if (branchName == branchProduction)
dockerHost = "tcp://172.16.255.29:2375";