This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
1.5.0
Fixed
- CPS issues in AnsibleRole (PR #31)
- SCM Polling issues with
ansible.checkoutRoles
(PR #37) - Fix best match evaluation by taking pattern length into account. (#39)
- Fixed typo in
ManagedFileConstants.MAVEN_SETTINGS_PATH
(#40)
Added
ansible.checkoutRoles
(PR #33)- logging of
sshTarget.getHost()
insshAgentWrapper
for easier debugging gitTools.getFetchOrigin
(PR: #38)gitTools.getPushOrigin
(PR: #38)gitTools.getParentBranch
(PR: #38)TypeUtils.isClosure
utility function to detect closured
Changed
- Migrate ansible tasks to http request plugin (PR #30)
- Switch domains to HTTPS
- Silence maven builds in travis due to log limitation
- Add warn log message when Ansible playbook is null (PR #35)