jenkins-lib

Jenkins shared library
git clone https://git.in0rdr.ch/jenkins-lib.git
Log | Files | Refs | README

commit a16c190311239d185f0d96cf6d1abc291ca0304b
parent a1f79cd60f59dea88e0af7ee642eb885bed43c9f
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed,  3 Jul 2024 17:25:08 +0200

chore(buildah): retab

Diffstat:
Msrc/BuildahBud.groovy | 5++---
Msrc/BuildahPush.groovy | 2+-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/BuildahBud.groovy b/src/BuildahBud.groovy @@ -1,6 +1,6 @@ -// A class to describe the Buildah bud stage +// A class to describe the buildah bud stage class BuildahBud { - private final Script script + private final Script script BuildahBud(Script script) { this.script = script @@ -19,7 +19,6 @@ class BuildahBud { script.stage(stageName) { script.echo "Building image ${imgRegistry}/${imgName}:${imgTag}..." - //script.sh "printenv" script.sh shCmd } } diff --git a/src/BuildahPush.groovy b/src/BuildahPush.groovy @@ -1,4 +1,4 @@ -// A class to describe the Buildah push stage +// A class to describe the buildah push stage class BuildahPush { private final Script script