nomad

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

commit 07238697f16c283a5fc1b386ad5fecd9fd53ad1b
parent 3d3d75df38391b61bd3f37b8357d150d2b4799d1
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 10 Aug 2025 16:09:54 +0200

feat: Jenkinsfile

Diffstat:
MJenkinsfile | 12+-----------
1 file changed, 1 insertion(+), 11 deletions(-)

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