add colors
This commit is contained in:
parent
65ade98e04
commit
d8759bfa8c
4
ansible/Jenkinsfile
vendored
4
ansible/Jenkinsfile
vendored
@ -1,6 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
options {
|
||||
ansiColor('xterm')
|
||||
}
|
||||
|
||||
environment {
|
||||
ANSIBLE_HOST_KEY_CHECKING = 'false'
|
||||
VAULT_PASSWORD = credentials('vault_password')
|
||||
|
@ -3,3 +3,4 @@ inventory = inventory.yml
|
||||
roles_path = ./roles
|
||||
host_key_checking = False
|
||||
interpreter_python = /usr/bin/python3
|
||||
force_color = true
|
Loading…
Reference in New Issue
Block a user