Merge branch 'dev' of https://git.verdnatura.es/salix into dev

* 'dev' of https://git.verdnatura.es/salix:
  Jenkins
This commit is contained in:
Carlos 2017-11-07 14:20:09 +01:00
commit 6bfd8dfce6
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";