nomad

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

commit 92f5a943c48051db79043306b55fb170108cb9cb
parent 222020a21d907e39f0dd7b876af71c2d29502378
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  3 Aug 2025 20:23:25 +0200

feat: build jenkins-agent

Diffstat:
MJenkinsfile | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -1,6 +1,12 @@ @Library('in0rdr-jenkins-lib@master') _ +def buildahbud = new BuildahBud(this) +def buildahpush = new BuildahPush(this) + node('podman'){ checkout scm - gitleaks() + buildahbud.execute('docker/docker-jenkins-inbound-agent', 'docker-jenkins-inbound-agent', 'arm64/v8', '3327.v868139a_d00e0') + buildahpush.execute('docker-jenkins-inbound-agent', '3327.v868139a_d00e0') + + //gitleaks() }