Try some more ansi

This commit is contained in:
Jim Nicholson 2024-02-07 14:48:15 -08:00
parent 40cc08c123
commit 4813c8c77b

View File

@ -6,8 +6,10 @@ void call(String stepName) {
top = '╔' + ('═' * bannerWidth) + '╗' top = '╔' + ('═' * bannerWidth) + '╗'
bottom = '╚' + ('═' * bannerWidth) + '╝' bottom = '╚' + ('═' * bannerWidth) + '╝'
ansiColor('xterm') {
echo "$top\n$stepBanner\n$bottom" echo "$top\n$stepBanner\n$bottom"
}
} }
// //