Revamp stages and restructure project #1
@ -6,10 +6,11 @@ void call(String stepName) {
|
||||
|
||||
top = '╔' + ('═' * bannerWidth) + '╗'
|
||||
bottom = '╚' + ('═' * bannerWidth) + '╝'
|
||||
red = '\\e[31m'
|
||||
normal = '\\e[0m'
|
||||
ansiColor('xterm') {
|
||||
echo "$top\n$stepBanner\n$bottom"
|
||||
echo "$red$top\n$stepBanner\n$bottom$normal"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// ═ ║ ╒ ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬
|
||||
|
||||
Loading…
Reference in New Issue
Block a user