Jenkinsfile sintax fixed

This commit is contained in:
Juan 2018-06-11 09:35:21 +02:00
parent d83072cee7
commit 9004173f15
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -4,9 +4,9 @@
env.TAG = 'latest' /* env.BUILD_NUMBER */;
env.salixUser = env.salixUser;
env.salixPassword = env.salixPassword;
env.COMPOSER_HTTP_TIMEOUT = 300
env.COMPOSER_HTTP_TIMEOUT = 300;
switch (branchName) {
switch (env.BRANCH_NAME) {
case 'test':
env.NODE_ENV = 'test';
env.salixHost = env.testSalixHost;