ansicolor plugin

This commit is contained in:
Bryan Stitt 2023-01-30 14:59:34 -08:00
parent 7277caae6a
commit b1f3adfc76

3
Jenkinsfile vendored

@ -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