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