Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

1.5.0

Compare
Choose a tag to compare
@tobias-richter tobias-richter released this 16 Dec 15:00
· 168 commits to master since this release

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

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)

Removed

  • some @NonCPS annotations where not required anymore (PR #33, PR #34)