Revamp stages and restructure project #1

Merged
jim merged 32 commits from newstage into master 2024-02-08 02:22:21 +00:00
Showing only changes of commit aef9f7a4c9 - Show all commits

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"
} }
} }
// //