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 bannerWidth = stepName.length() + 6
|
||||||
def banner = "+${'-'.multiply(bannerWidth)}+"
|
def banner = "+${'-'.multiply(bannerWidth)}+"
|
||||||
def stepBanner = "| $stepName |"
|
def stepBanner = "| $stepName |"
|
||||||
|
echo "$banner\n$stepBanner\n$banner"
|
||||||
echo banner
|
|
||||||
echo stepBanner
|
|
||||||
echo banner
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user