add Jenkins tools "Ansible"
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,8 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
ansible 'Ansible'
|
||||
}
|
||||
environment {
|
||||
SSH_ROOT_PASSWORD = credentials('ssh_root_password')
|
||||
PSQL_PASSWORD = credentials('PSQL_pass')
|
||||
PSQL_PASSWORD = credentials('PSQL_pass')
|
||||
ANSIBLE_HOST_KEY_CHECKING = 'False'
|
||||
}
|
||||
parameters {
|
||||
|
Reference in New Issue
Block a user