Revamp stages and restructure project #1

Merged
jim merged 32 commits from newstage into master 2024-02-08 02:22:21 +00:00
Showing only changes of commit cd38ffbb9c - Show all commits

View File

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