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('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') {
|
||||
|
Reference in New Issue
Block a user