Revamp stages and restructure project #1
@ -1,4 +1,4 @@
|
||||
def printStepBanner(stepName) {
|
||||
def call(stepName) {
|
||||
def bannerWidth = stepName.length() + 6
|
||||
def banner = "+${'-'.multiply(bannerWidth)}+"
|
||||
def stepBanner = "| $stepName |"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user