fix jenkinsfile
This commit is contained in:
parent
8ba4e824fc
commit
cbbc6f3ae4
5
ansible/Jenkinsfile
vendored
5
ansible/Jenkinsfile
vendored
@ -1,12 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
environment {
|
||||
VAULT_PASSWORD = credentials('vault_password')
|
||||
}
|
||||
|
||||
environment {
|
||||
ANSIBLE_HOST_KEY_CHECKING = 'false'
|
||||
VAULT_PASSWORD = credentials('vault_password')
|
||||
}
|
||||
|
||||
parameters {
|
||||
|
Loading…
Reference in New Issue
Block a user