Fix the token passing
This commit is contained in:
parent
7808e01cd0
commit
d5eb1ba71e
|
@ -5,7 +5,7 @@ services:
|
|||
dockerfile: jenkins.Dockerfile
|
||||
environment:
|
||||
- CASC_JENKINS_CONFIG=/jenkins.yml
|
||||
- CASC_RELOAD_TOKEN=${CASC_RELOAD_TOKEN}
|
||||
- CASC_RELOAD_TOKEN=$CASC_RELOAD_TOKEN
|
||||
volumes:
|
||||
- ./jenkins.yml:/jenkins.yml
|
||||
- ./id_rsa:/secrets/id_rsa
|
||||
|
|
Loading…
Reference in New Issue