Releases: wcm-io-devops/ansible-jenkins-facts
Releases · wcm-io-devops/ansible-jenkins-facts
1.4.0
What's Changed
- added the isCompatibleWithInstalledVersion by @MalfuncEddie in #9
New Contributors
- @MalfuncEddie made their first contribution in #9
Full Changelog: 1.3.2...1.4.0
1.3.2
Changed
- Migrate to Github Actions
Fixed
- Fixed yamllint and ansible-lint issues
1.3.1
Fixed
- Fixed issue with older jenkins versions that to not answer with an set_cookie
- Documentation fixes
1.3.0
Added
jenkins_facts_cookie
fact in order to support REST interaction with jenkins.
1.2.2
Fixed
- incompatibility issues with Jenkins 2.176.2
1.2.1
Fixed
- Deprecation warnings
1.2.0
Added
- Introduced
jenkins_facts_script_timeout
andjenkins_facts_uri_timeout
to avoid timeouts on slow instances
1.1.1
Fixed
- Use
jenkins_facts_admin_username
andjenkins_facts_admin_password
for fact gathering
1.1.0
Changed
- replaced
jenkins_facts_debug
withverbosity: 1
in debug log statements
Fixed
- Galaxy lint issues
1.0.0
Initial Release