]> 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)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 10 Oct 2025 18:29:19 +0000 (18:29 +0000)
commit8ca08c0b4b37d3b9ba1c1fdb7837b089a97e2ced
tree9e338c94d34a20770886a18c2004d57314bd1f21
parentbcc98672122ea7a5351501edf0f3d8dd53a1022e
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)
(cherry picked from commit 35a848da909543e7036185cf6e78b6693453e8ac)
src/script/buildcontainer-setup.sh [new file with mode: 0644]