nomad

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

commit ebac7b12a1d6353a47cdfbaf1c2fedfc7a4f4466
parent a0027e9e11addef09bed6b6a1f276ebfae754cc4
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  9 Jun 2024 22:59:46 +0200

feat(Jenkinsfile): import stages

Diffstat:
MJenkinsfile | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -1,4 +1,10 @@ -@Library('in0rdr-jenkins-lib@master') _ +@Library('in0rdr-jenkins-lib@master') +import BuildahBud -//gitleaks() -buildah('docker/docker-0x0', '0x0') +node('podman'){ + // build with image context and name + new BuildahBud(this).execute('docker/docker-0x0', '0x0') + new BuildahPush(this).execute('0x0') + + //gitleaks() +}