packer-builds

Packer Builds for LXC and Libvirt
git clone https://git.in0rdr.ch/packer-builds.git
Log | Files | Refs | Pull requests |Archive | README

Jenkinsfile (291B)


      1 @Library('in0rdr-jenkins-lib@master') _
      2 
      3 def packerbuild = new PackerBuild(this)
      4 
      5 node('podman'){
      6   checkout scm
      7   gitleaks()
      8 }
      9 
     10 //node('packer'){
     11 //  checkout scm
     12 //
     13 //  packerbuild.execute([
     14 //    gatus_tls_nfs_server: "server:/share"
     15 //    ],
     16 //    'gatus-lxc.pkr.hcl',
     17 //    1
     18 //  )
     19 //}