Skip to content

Commit 760ad20

Browse files
committed
fix: add missing environment key in docker-compose.yaml
Add missing environment key before CASC_RELOAD_TOKEN variable in jenkins_controller service. Same issue as build-docker-compose.yaml.
1 parent 145637e commit 760ad20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ services:
6565
- dotnet
6666
- default
6767
# The CASC_RELOAD_TOKEN environment variable is used by the Jenkins controller to restart the Configuration as Code (JCasc) plugin configuration.
68+
environment:
6869
- CASC_RELOAD_TOKEN=thisisnotsecure
6970
# The Jenkins web interface is exposed on port 8080.
7071
ports:

0 commit comments

Comments
 (0)