Test
This commit is contained in:
parent
cd38ffbb9c
commit
da42f61f21
@ -1,9 +1,6 @@
|
||||
def call(stepName) {
|
||||
void call(stepName) {
|
||||
def bannerWidth = stepName.length() + 6
|
||||
def banner = "+${'-'.multiply(bannerWidth)}+"
|
||||
def stepBanner = "| $stepName |"
|
||||
|
||||
echo banner
|
||||
echo stepBanner
|
||||
echo banner
|
||||
echo "$banner\n$stepBanner\n$banner"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user