nomad

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

commit cddb84eddc6766c891a67c6e952332ef72409347
parent cc41e39b4630ace29bd94c1e184fdce06a1ddf5c
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 28 Feb 2026 00:22:25 +0100

feat: update Jenkinsfile

Diffstat:
MJenkinsfile | 35+++++++++++++++--------------------
1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -1,28 +1,23 @@ @Library('in0rdr-jenkins-lib@master') _ -def build() { - /* - def buildahbud = new BuildahBud(this) - def buildahpush = new BuildahPush(this) - - // build with image context and name - buildahbud.execute( - [uid: 1312, gid: 1312], - 'docker/docker-jenkins-inbound-agent', - 'jenkins-inbound-agent', - '3327.v868139a_d00e0-v4') - buildahpush.execute('jenkins-inbound-agent', '3327.v868139a_d00e0-v4') - */ -} +//def buildahbud = new BuildahBud(this) +//def buildahpush = new BuildahPush(this) node('podman&&arm64'){ checkout scm gitleaks() - build() -} -node('podman&&amd64'){ - checkout scm - gitleaks() - build() + // build with image context and name + //buildahbud.execute( + // [uid: 1312, gid: 1312], + // 'docker/docker-jenkins-inbound-agent', + // 'jenkins-inbound-agent-arm64', + // '3345.v03dee9b_f88fc') + //buildahpush.execute('jenkins-inbound-agent-arm64', '3345.v03dee9b_f88fc') } + +//node('podman&&amd64'){ +// checkout scm +// gitleaks() +//} +