diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-23 17:53:56 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-23 17:53:56 +0300 |
| commit | f5351c70eb38183df0c625d178f0b775d81b7f95 (patch) | |
| tree | 6f6398c23cddd0dbebebf02445f4a95ed3c9a30a | |
| parent | Jenkinsfile: Generate reports: Set agent to guixsd. (diff) | |
| download | ansible-cmdb-majordomo-f5351c70eb38183df0c625d178f0b775d81b7f95.tar.gz | |
Jenkinsfile: Set ANSIBLE_FORCE_COLOR environment to True.
| -rw-r--r-- | Jenkinsfile | 1 |
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") { |
