summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2021-04-23 17:53:56 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-04-23 17:53:56 +0300
commitf5351c70eb38183df0c625d178f0b775d81b7f95 (patch)
tree6f6398c23cddd0dbebebf02445f4a95ed3c9a30a
parentJenkinsfile: Generate reports: Set agent to guixsd. (diff)
downloadansible-cmdb-majordomo-f5351c70eb38183df0c625d178f0b775d81b7f95.tar.gz
Jenkinsfile: Set ANSIBLE_FORCE_COLOR environment to True.
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1d772be..f1913ca 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,6 +7,7 @@ pipeline {
}
environment {
ANSIBLE_STDOUT_CALLBACK = "actionable"
+ ANSIBLE_FORCE_COLOR = "True"
}
stages {
stage("Fetch data") {