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 897dfde51296c1b4f333326d79a168d3d9f9770b
parent 34f543c7eb6565009d087bb124c6e1c7e1a40e13
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 20 Sep 2025 20:38:54 +0200

feat: add Jenkinsfile

Diffstat:
AJenkinsfile | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

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