ansicolor plugin
This commit is contained in:
parent
7277caae6a
commit
b1f3adfc76
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -11,6 +11,9 @@ def restoreMTime() {
|
|||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
options {
|
||||||
|
ansiColor('xterm')
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
DOCKER_GIT_TAG="$AWS_ECR_URL/web3-proxy:${GIT_COMMIT.substring(0,8)}"
|
DOCKER_GIT_TAG="$AWS_ECR_URL/web3-proxy:${GIT_COMMIT.substring(0,8)}"
|
||||||
DOCKER_BUILDKIT=1
|
DOCKER_BUILDKIT=1
|
||||||
|
Loading…
Reference in New Issue
Block a user