enable ansicolor

This commit is contained in:
Bryan Stitt 2023-02-09 12:00:41 -08:00
parent e062975b13
commit 74ee5d1b0d

3
Jenkinsfile vendored
View File

@ -52,6 +52,9 @@ def buildAndPush() {
pipeline {
agent any
options {
ansiColor('xterm')
}
environment {
// AWS_ECR_URL needs to be set in jenkin's config.
// AWS_ECR_URL could really be any docker registry. we just use ECR so that we don't have to manage it