This commit is contained in:
Vicente Falco 2018-02-23 14:19:28 +01:00
parent 398f66defc
commit 54240b7278
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ env.TAG = "${env.BUILD_NUMBER}";
switch (branchName){ switch (branchName){
case branchTest: case branchTest:
env.NODE_ENV = "development"; env.NODE_ENV = "test";
break; break;
case branchProduction: case branchProduction:
env.DOCKER_HOST = "tcp://172.16.255.29:2375"; env.DOCKER_HOST = "tcp://172.16.255.29:2375";