]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-pipeline/build/Jenkinsfile: add missing '=' to env setting 2462/head
authorDan Mick <dan.mick@redhat.com>
Tue, 7 Oct 2025 03:42:06 +0000 (20:42 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 7 Oct 2025 03:42:06 +0000 (20:42 -0700)
when setting DEB_BUILD_PROFILES, a '=' was missing, so the env file
didn't contain an actual setting of the value.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-dev-pipeline/build/Jenkinsfile

index 24c9d6ad913e40eb449ccfb944bb980d1eade21a..591dfae36edf25ad16f580832df4dfcb6595cf5f 100644 (file)
@@ -462,7 +462,7 @@ pipeline {
                     env.CEPH_EXTRA_CMAKE_ARGS = "${env.CEPH_EXTRA_CMAKE_ARGS} ${sccache_flag}"
                   }
                   sh '''#!/bin/bash
-                    echo "DEB_BUILD_PROFILES${DEB_BUILD_PROFILES}" >> .env
+                    echo "DEB_BUILD_PROFILES=${DEB_BUILD_PROFILES}" >> .env
                   '''
                   bwc_command = "${bwc_command} -e debs"
                 } else if ( env.DIST =~ /^(centos|rhel|rocky|fedora).*/ ) {