nomad

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

Jenkinsfile (447B)


      1 @Library('in0rdr-jenkins-lib@master') _
      2 
      3 //def buildahbud = new BuildahBud(this)
      4 //def buildahpush = new BuildahPush(this)
      5 
      6 node('podman'){
      7   checkout scm
      8   gitleaks()
      9 
     10   // build with image context and name
     11   //buildahbud.execute(
     12   //  [uid: 1312, gid: 1312],
     13   //  'docker/docker-jenkins-inbound-agent',
     14   //  'jenkins-inbound-agent',
     15   //  '3327.v868139a_d00e0-v4')
     16   //buildahpush.execute('jenkins-inbound-agent', '3327.v868139a_d00e0-v4')
     17 }