add colors
This commit is contained in:
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')
|
||||
|
Reference in New Issue
Block a user