]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 15 Mar 2025 16:48:54 +0000 (12:48 -0400)
commitf026709b1f7e323908eaf8f4582ae1bd1ed7a323
tree4175aa2b9af9d03129a43cad616cf570123d3709
parenta1a98e3e2107b9ffa8897ae40c98562a7a131693
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>
src/script/buildcontainer-setup.sh