nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit 28f427ca2ff16e8339f3456a9ef4e09afaa90d45
parent 02dfeb11581e0d1eff8dbeeb7a05f57c92dc3101
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 25 May 2024 23:45:08 +0200

fix(jenkins): missing DOCKER_HOST on agent

Diffstat:
Mhcl/default/jenkins/templates/jenkins.yaml.tmpl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hcl/default/jenkins/templates/jenkins.yaml.tmpl b/hcl/default/jenkins/templates/jenkins.yaml.tmpl @@ -72,6 +72,7 @@ jenkins: "JENKINS_AGENT_NAME": "%WORKER_NAME%", "JENKINS_SECRET": "%WORKER_SECRET%", "JENKINS_TUNNEL": "{{ env "NOMAD_ADDR_jnlp" }}", + "DOCKER_HOST": "unix:///home/jenkins/agent/podman.sock" }, "Resources": { "CPU": 500,