This commit is contained in:
Jim Nicholson 2024-02-07 04:22:47 -08:00
parent 24f432256a
commit cd38ffbb9c

View File

@ -1,4 +1,4 @@
def printStepBanner(stepName) {
def call(stepName) {
def bannerWidth = stepName.length() + 6
def banner = "+${'-'.multiply(bannerWidth)}+"
def stepBanner = "| $stepName |"