fix jenkinsfile

This commit is contained in:
reqwizz 2024-11-11 13:49:52 +03:00
parent 8ba4e824fc
commit cbbc6f3ae4

5
ansible/Jenkinsfile vendored
View File

@ -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 {