From: David Galloway Date: Wed, 24 Dec 2025 19:13:31 +0000 (-0500) Subject: ceph-dev-pipeline: fix withCrimson def X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9179711f495dc8930e91a38faf3572faf3a0b5ff;p=ceph-build.git ceph-dev-pipeline: fix withCrimson def Signed-off-by: David Galloway --- diff --git a/ceph-dev-pipeline/build/Jenkinsfile b/ceph-dev-pipeline/build/Jenkinsfile index d5872a86..588cde66 100644 --- a/ceph-dev-pipeline/build/Jenkinsfile +++ b/ceph-dev-pipeline/build/Jenkinsfile @@ -374,7 +374,7 @@ pipeline { podman pull ${env.CEPH_BUILDER_IMAGE}:${ceph_builder_tag_short} || \ true """ - def withCrimson = env.BRANCH !in ['tentacle', 'squid', 'reef'] + def withCrimson = !(env.BRANCH in ['tentacle', 'squid', 'reef']) sh """#!/bin/bash set -ex echo > .env