]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Remove broken branch check
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Oct 2024 13:00:47 +0000 (13:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Oct 2024 13:00:47 +0000 (13:00 +0000)
This does not seem to work, so we remove it for now.

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

index 0f39e5b277209e8b28634cb76db80d93d95e0491..f2ce9ef6b0dc6e89c44059aff484063f1b5ab579 100644 (file)
@@ -238,11 +238,6 @@ pipeline {
                        Debian Packages
                */
                stage("Build Debian Packages") {
-                       // Only build packages for the master branch
-                       when {
-                               expression { env.BRANCH_NAME == "master" }
-                       }
-
                        matrix {
                                axes {
                                        axis {