This commit is contained in:
Jim Nicholson 2024-02-07 14:52:33 -08:00
parent 4813c8c77b
commit aef9f7a4c9

View File

@ -6,10 +6,11 @@ void call(String stepName) {
top = '╔' + ('═' * bannerWidth) + '╗' top = '╔' + ('═' * bannerWidth) + '╗'
bottom = '╚' + ('═' * bannerWidth) + '╝' bottom = '╚' + ('═' * bannerWidth) + '╝'
red = '\\e[31m'
normal = '\\e[0m'
ansiColor('xterm') { ansiColor('xterm') {
echo "$top\n$stepBanner\n$bottom" echo "$red$top\n$stepBanner\n$bottom$normal"
} }
} }
// //