Merge pull request #4 in LWC/locusworks-commons from hotfix/releasename to develop
* commit '1f2ce4232c223ed8704b8368de0b965fa37343f6': Fixed jenkinsfile problem
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -45,6 +45,7 @@ def init() {
|
|||||||
if (branch_name.indexOf('develop')==0) build_type='develop'
|
if (branch_name.indexOf('develop')==0) build_type='develop'
|
||||||
if (branch_name.indexOf('hotfix')==0) build_type='hotfix'
|
if (branch_name.indexOf('hotfix')==0) build_type='hotfix'
|
||||||
if (branch_name.indexOf('bugfix')==0) build_type='bugfix'
|
if (branch_name.indexOf('bugfix')==0) build_type='bugfix'
|
||||||
|
if (branch_name.indexOf('master')==0) build_type='master'
|
||||||
|
|
||||||
// common pipeline elements
|
// common pipeline elements
|
||||||
node('master') {
|
node('master') {
|
||||||
|
Reference in New Issue
Block a user