commit 3602063d83c18e55f2d36b25248838591f52cd90
parent 864bc506af527f15a3cf80b4f232643253c0615e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Tue, 2 Sep 2025 02:13:34 +0200
fix(jenkins): docker-workflow timeout 180 seconds
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hcl/default/jenkins/templates/jenkins.yaml.tmpl b/hcl/default/jenkins/templates/jenkins.yaml.tmpl
@@ -107,7 +107,8 @@ jenkins:
},
"Env": {
"REMOTING_OPTS": "-url http://{{ env "NOMAD_ADDR_jenkins" }} -name %WORKER_NAME% -secret %WORKER_SECRET% -tunnel {{ env "NOMAD_ADDR_jnlp" }}",
- "DOCKER_HOST": "unix:///home/jenkins/agent/podman.sock"
+ "DOCKER_HOST": "unix:///home/jenkins/agent/podman.sock",
+ "CLIENT_TIMEOUT": "360"
},
"Resources": {
"CPU": 500,