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 4813c8c77b - Show all commits

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