hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests | README

Jenkinsfile (87B)


      1 @Library('in0rdr-jenkins-lib@master') _
      2 
      3 node('podman'){
      4   checkout scm
      5   gitleaks()
      6 }