]> git.ipfire.org Git - pakfire.git/commitdiff
Jenkins: Disable the broken branch check
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Dec 2024 14:52:57 +0000 (14:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Dec 2024 14:52:57 +0000 (14:52 +0000)
For some reason this is (yet again) not working.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 3c0cb1557e1859e4c3f4a91dd076dace0a1d4733..175518b0e25acfc162177692a3cc9032813623a7 100644 (file)
@@ -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") {