hashipi

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

commit c710c3c6d6c48e703745f61a50ad81f2deb084df
parent f0571bc2487fdb31770fd7b9e1d1e8122932656b
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 15 Jun 2024 14:48:57 +0200

feat(Jenkinsfile): checkout scm

Diffstat:
MJenkinsfile | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -1,3 +1,6 @@ @Library('in0rdr-jenkins-lib@master') _ -gitleaks() +node('podman'){ + checkout scm + gitleaks() +}