def zPrint(text) { println "\033[38;5;17m$text\033[0m" } def zError(text) { println "\033[1;31m$text\033[0m" error }