This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
2.0.0
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
innotify.mail
step (#60)
Updated
- Remove
deprecated
annotation fromwrappers.groovy
, copy paste issue
Breaking changes
- Renamed
wrap.color
step towrappers.color
- Removed deprecated constructor in
MavenCommandBuilderImpl
- Removed
ManagedFileConstants.NPM_CONF_USERCONFIG_ENV
, replaced byManagedFileConstants.NPM_CONFIG_USERCONFIG_ENV
- Remove deprecated
WORKSPACE_PATH
,WORKSPACE_TMP_PATH
,TOOL_JDK_PREFIX
,TOOL_MAVEN_PREFIX
,TOOL_JDK
andTOOL_MAVEN
fromLibraryIntegrationTestBase
- Remove npm global configuration support since it was not working and not used
- Remove deprecated
stepRecorder
andrunWrapper
from LibraryIntegrationTestBase - Remove deprecated
notifyMail
step, replace bynotify.mail
step - Remove deprecated
execManagedShellScript
usemanagedScripts.execJenkinsShellScript
instead - Remove deprecated
setGitBranch()
usegitTools.getBranch()
instead - Remove deprecated
ansible.checkoutRequirements
useansible.checkoutRoles
instead - Remove deprecated
Logger.init
functions