Expand options to pass Ansible playbook
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -10,7 +10,9 @@ pipeline {
|
||||
url: "${env.URL}"
|
||||
}
|
||||
ansiblePlaybook playbook: "${env.PLAYBOOK}",
|
||||
inventory: "${env.INVENTORY}"
|
||||
inventory: "${env.INVENTORY}",
|
||||
limit: params.getOrDefault('LIMIT', 'all'),
|
||||
tags: params.getOrDefault('TAGS', 'all')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user