enable ansicolor
This commit is contained in:
parent
e062975b13
commit
74ee5d1b0d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user