community.general.jenkins_build – Manage jenkins builds¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.jenkins_build
.
New in version 2.2.0: of community.general
Requirements¶
The below requirements are needed on the host that executes this module.
python-jenkins >= 0.4.12
Parameters¶
Examples¶
- name: Create a jenkins build using basic authentication
community.general.jenkins_build:
name: "test-check"
args:
cloud: "test"
availability_zone: "test_az"
user: admin
password: asdfg
url: http://localhost:8080
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Brett Milford (@brettmilford)