Merge pull request #4 in LWC/locusworks-commons from hotfix/releasename to develop

* commit '1f2ce4232c223ed8704b8368de0b965fa37343f6':
  Fixed jenkinsfile problem
This commit is contained in:
Isaac Parenteau
2019-07-21 06:48:54 +00:00

1
Jenkinsfile vendored
View File

@ -45,6 +45,7 @@ def init() {
if (branch_name.indexOf('develop')==0) build_type='develop'
if (branch_name.indexOf('hotfix')==0) build_type='hotfix'
if (branch_name.indexOf('bugfix')==0) build_type='bugfix'
if (branch_name.indexOf('master')==0) build_type='master'
// common pipeline elements
node('master') {