jenkinsfile

This commit is contained in:
Vicente Falco 2017-11-07 19:59:44 +01:00
parent b1f17349c3
commit 24bb788177
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -9,6 +9,9 @@ env.NODE_ENV = branchName;
env.BRANCH_NAME = branchName;
env.TAG = "${env.BUILD_NUMBER}";
if (branchName == "test")
env.NODE_ENV = "development";
if (branchName == branchProduction)
dockerHost = "tcp://172.16.255.29:2375";