From bdaf0d8bf809cb11d1a36544d7a14828d05e6767 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 28 Mar 2022 21:42:00 -0300 Subject: [PATCH] Jenkins: Yet again... --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 7b124b8a1..5d4332c4e 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -18,7 +18,7 @@ /* ['main builds', 'branch builds'] */ def repository = ['https://github.com/86Box/86Box.git', scm.userRemoteConfigs[0].url] 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 buildBranch = env.JOB_BASE_NAME.contains('-') ? 1 : 0