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