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

2.0.0

Compare
Choose a tag to compare
@tobias-richter tobias-richter released this 26 Nov 17:55
· 38 commits to master since this release

This release fixes the issue with the conflict with the Jenkins internal wrap step and removes @Deprecated items.

Added

  • add test folder to complete package
  • add support for replyTo in notify.mail step (#60)

Updated

  • Remove deprecated annotation from wrappers.groovy, copy paste issue

Breaking changes

  • Renamed wrap.color step to wrappers.color
  • Removed deprecated constructor in MavenCommandBuilderImpl
  • Removed ManagedFileConstants.NPM_CONF_USERCONFIG_ENV, replaced by ManagedFileConstants.NPM_CONFIG_USERCONFIG_ENV
  • Remove deprecated WORKSPACE_PATH, WORKSPACE_TMP_PATH, TOOL_JDK_PREFIX, TOOL_MAVEN_PREFIX, TOOL_JDK and TOOL_MAVEN from LibraryIntegrationTestBase
  • Remove npm global configuration support since it was not working and not used
  • Remove deprecated stepRecorder and runWrapper from LibraryIntegrationTestBase
  • Remove deprecated notifyMail step, replace by notify.mail step
  • Remove deprecated execManagedShellScript use managedScripts.execJenkinsShellScript instead
  • Remove deprecated setGitBranch() use gitTools.getBranch() instead
  • Remove deprecated ansible.checkoutRequirements use ansible.checkoutRoles instead
  • Remove deprecated Logger.init functions