Releases: karlmdavis/ansible-role-jenkins2
Releases · karlmdavis/ansible-role-jenkins2
v3.4.0
New features and bugfixes:
- PR #51: Add/fix support for Ansible 2.5.
- PR #53: Retry Jenkins plugin installs/updates.
- PR #55: Add option to configure Jenkins Web UI session/# timeouts.
- PR #57: Fix Travis CI test errors.
v3.3.0
New feature:
- PR #50: Adds support for Jenkins' HTTP proxy settings, which some plugins (e.g. GitHub) require to work with proxies.
v3.2.0
Minor enhancement and bugfix:
- PR #48: Add
jenkins_release_update
option and fix things so that YUM packages can be updated.
v3.1.0
Some minor enhancements:
- PR #43: Added
jenkins_plugins_timeout
option.
- PR #45: Added
jenkins_plugins_update
option.
v3.0.0
- PR #41: Breaking Change: switch to
jenkins_script
module instead of Jenkins CLI
v2.4.0
- Resolved bug in Issue #39.
- Improved default security configuration as part of Issue #37.
v2.3.0
PR #35: Reworked support for HTTP proxies
v2.2.1
- PR #31: Don't let proxies cause the final "Is Jenkins running?" check to fail.
- PR #32: Ensure that
jenkins_context_path
is honored on RHEL/CentOS.
v2.2.0
- PR #29: Adds support for operating in restricted Internet environments with a proxy server.