]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script/buildcontainer-setup: set JENKINS_HOME while building image
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 14 Mar 2025 18:37:02 +0000 (14:37 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 24 Jul 2025 13:32:19 +0000 (09:32 -0400)
commit35a848da909543e7036185cf6e78b6693453e8ac
treed52b8e530ec59635109c0bead16c9683be07a04e
parentefa44fdabdf5a75090219118e481309d19ffdd70
script/buildcontainer-setup: set JENKINS_HOME while building image

Set the JENKINS_HOME environment variable while building the builder
image. This is needed because parts of scripts like run-make.sh and
install-deps.sh key off of this variable. Since we want to be able to
use the build container to build, run "make check" and the like, we want
that environment to be as similar to the jenkins CI environment as we
can make it.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit f026709b1f7e323908eaf8f4582ae1bd1ed7a323)
src/script/buildcontainer-setup.sh