diff --git a/build-docker-compose.yaml b/build-docker-compose.yaml index 8cf2c22d..2ed93afc 100644 --- a/build-docker-compose.yaml +++ b/build-docker-compose.yaml @@ -45,6 +45,7 @@ services: build: dockerfiles/. restart: on-failure # The CASC_RELOAD_TOKEN environment variable is used by the Jenkins controller to restart the Configuration as Code (JCasc) plugin configuration. + environment: - CASC_RELOAD_TOKEN=thisisnotsecure ports: - "8080:8080" diff --git a/docker-compose.yaml b/docker-compose.yaml index adc9f3ae..969bc967 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -65,6 +65,7 @@ services: - dotnet - default # The CASC_RELOAD_TOKEN environment variable is used by the Jenkins controller to restart the Configuration as Code (JCasc) plugin configuration. + environment: - CASC_RELOAD_TOKEN=thisisnotsecure # The Jenkins web interface is exposed on port 8080. ports: