Jenkins: Yet again...
This commit is contained in:
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@@ -18,7 +18,7 @@
|
|||||||
/* ['main builds', 'branch builds'] */
|
/* ['main builds', 'branch builds'] */
|
||||||
def repository = ['https://github.com/86Box/86Box.git', scm.userRemoteConfigs[0].url]
|
def repository = ['https://github.com/86Box/86Box.git', scm.userRemoteConfigs[0].url]
|
||||||
def commitBrowser = ['https://github.com/86Box/86Box/commit/%s', null]
|
def commitBrowser = ['https://github.com/86Box/86Box/commit/%s', null]
|
||||||
def branch = ['master', scm.userRemoteConfigs[0].branch]
|
def branch = ['master', scm.branches[0].name]
|
||||||
def buildType = ['beta', 'alpha']
|
def buildType = ['beta', 'alpha']
|
||||||
def buildBranch = env.JOB_BASE_NAME.contains('-') ? 1 : 0
|
def buildBranch = env.JOB_BASE_NAME.contains('-') ? 1 : 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user