Update Jenkinsfile

Jenkins: Fix the branch build manifest change (note: new Windows build node starts here)
This commit is contained in:
richardg867
2025-04-21 21:05:54 -03:00
committed by GitHub
parent 5d33bc0dc2
commit 369167dd9b

2
.ci/Jenkinsfile vendored
View File

@@ -20,7 +20,7 @@ def repository = ['https://github.com/86Box/86Box.git', scm.userRemoteConfigs[0]
def commitBrowser = ['https://github.com/86Box/86Box/commit/%s', null]
def branch = ['master', scm.branches[0].name]
def buildType = ['beta', 'alpha']
def tarballFlags = ['', '-s']
def tarballFlags = ['', '-t']
def buildBranch = env.JOB_BASE_NAME.contains('-') ? 1 : 0
def osArchs = [