Testing
This commit is contained in:
parent
24f432256a
commit
cd38ffbb9c
@ -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 |"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user