From b1f3adfc76bcdad79f88994f837a6d8d50b7e6db Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 30 Jan 2023 14:59:34 -0800 Subject: [PATCH] ansicolor plugin --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7575561b..4030e52d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,9 @@ def restoreMTime() { pipeline { agent any + options { + ansiColor('xterm') + } environment { DOCKER_GIT_TAG="$AWS_ECR_URL/web3-proxy:${GIT_COMMIT.substring(0,8)}" DOCKER_BUILDKIT=1