]> 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)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 31 Jul 2025 21:58:47 +0000 (17:58 -0400)
commitf0096754c507cdf70d04fd057055484ddaa9bbb6
tree788540a0ebca2252a56eff2fe4c4c1a76cfef280
parent5c0ab2c7e0a3220f6f36e7e0295f5c83468070d1
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