Commit 04af03a
jenkins: let JENKINS_ADMIN_PASSWORD actually be overridden
docker-compose.yml hardcoded `JENKINS_ADMIN_PASSWORD: admin`, which
silently defeated overrides even though jenkins/casc/jenkins.yaml is
already wired up to read ${JENKINS_ADMIN_PASSWORD:-admin} and the
top-level README documents that users can override the admin password
via this var.
Switch the compose value to `${JENKINS_ADMIN_PASSWORD:-admin}` so it
interpolates from the host shell at compose-time. Default stays
`admin`, matching the README and JCasC behavior; setting the var in
the host env now actually takes effect.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cfb31c8 commit 04af03a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments