nomad

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

commit e0f1315ab9b2af6bc9841f885b7d71ff05d046df
parent 45ff3e8e3fac7cdf5e920675f48707f2d5d047d7
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Thu, 19 Mar 2026 19:47:29 +0100

feat(jenkins): use same manifest for arm&amd runners

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

diff --git a/hcl/default/jenkins/templates/jenkins.yaml.tmpl b/hcl/default/jenkins/templates/jenkins.yaml.tmpl @@ -128,7 +128,7 @@ jenkins: "/home/jenkins/workspace:/home/jenkins/workspace" ], "force_pull": true, - "image": "127.0.0.1:5000/jenkins-inbound-agent:${REMOTING_VERSION}-arm64" + "image": "127.0.0.1:5000/jenkins-inbound-agent:${REMOTING_VERSION}" }, "Env": { "REMOTING_OPTS": "-url http://{{ env "NOMAD_ADDR_jenkins" }} -name %WORKER_NAME% -secret %WORKER_SECRET% -tunnel {{ env "NOMAD_ADDR_jnlp" }}", @@ -197,7 +197,7 @@ jenkins: "/home/jenkins/workspace:/home/jenkins/workspace" ], "force_pull": true, - "image": "127.0.0.1:5000/jenkins-inbound-agent:${REMOTING_VERSION}-amd64" + "image": "127.0.0.1:5000/jenkins-inbound-agent:${REMOTING_VERSION}" }, "Env": { "REMOTING_OPTS": "-url http://{{ env "NOMAD_ADDR_jenkins" }} -name %WORKER_NAME% -secret %WORKER_SECRET% -tunnel {{ env "NOMAD_ADDR_jnlp" }}",