waldhart-availability

Read and process availability from Waldhart software
git clone https://git.in0rdr.ch/waldhart-availability.git
Log | Files | Refs | Pull requests |Archive | README

commit 38d521ad0d6249427b3f02d9f062228bdd4edfd5
parent da8119664c290be21399878c9691f20fb8766a4f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 10 Jan 2026 19:00:19 +0100

fix(Jenkinsfile): missing scmVars

Diffstat:
MJenkinsfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -4,7 +4,7 @@ def buildahbud = new BuildahBud(this) def buildahpush = new BuildahPush(this) node('podman'){ - checkout scm + scmVars = checkout(scm) gitleaks() // build with image context and name