diff --git a/infra/jenkins/compose.yaml b/infra/jenkins/compose.yaml index a1ed76a..6f9dec3 100644 --- a/infra/jenkins/compose.yaml +++ b/infra/jenkins/compose.yaml @@ -17,7 +17,7 @@ services: environment: - JENKINS_URL=http://jenkins-controller:8080 - JENKINS_AGENT_NAME=docker-agent - - JENKINS_SECRET=... + - JENKINS_SECRET=0c92dc0b807b3c7213cd2abcec4f88182aa8f4fb2233ca9c674f17fd771fe662 - AGENT_WORKDIR=/home/jenkins/agent volumes: - agent_workdir:/home/jenkins/agent