From: Michael Tremer Date: Tue, 31 Dec 2024 14:52:57 +0000 (+0000) Subject: Jenkins: Disable the broken branch check X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89540582c1f82b459b9ebfcd2aa0ee8858d1cb14;p=people%2Fric9%2Fpakfire.git Jenkins: Disable the broken branch check For some reason this is (yet again) not working. Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 3c0cb1557..175518b0e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -262,11 +262,11 @@ pipeline { stage("Debian Packages") { // Only build packages when we are in the master branch - when { - expression { - env.GIT_BRANCH == "origin/master" - } - } + // when { + // expression { + // env.GIT_BRANCH == "origin/master" + // } + // } stages { stage("Build Debian Packages") {