Skip to content

Commit 145637e

Browse files
committed
fix: correct YAML syntax in build-docker-compose.yaml
Add missing environment key before CASC_RELOAD_TOKEN variable in jenkins_controller service. This resolves YAML parsing errors that were preventing updatecli from processing the file correctly.
1 parent fe34d31 commit 145637e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ services:
4545
build: dockerfiles/.
4646
restart: on-failure
4747
# The CASC_RELOAD_TOKEN environment variable is used by the Jenkins controller to restart the Configuration as Code (JCasc) plugin configuration.
48+
environment:
4849
- CASC_RELOAD_TOKEN=thisisnotsecure
4950
ports:
5051
- "8080:8080"

0 commit comments

Comments
 (0)