This plugin is no longer relevant.
- Support object specs for cloud-based repos.
- Upgrade the XML parser dependency package.
- The checkout operation failed if the workspace path contained whitespace. Fixed!
- The Jenkins job using mergebot sometimes failed showing the error message
"Workspace already exists".
- This happened when the Jenkins server ran in Linux but job agents ran in Windows.
- The error appeared when the casing of the root directory path drive letter in the Windows agent
didn't match the workspace path.
- E.g. workspace path was
c:\jenkins\plan1
but root directory wasC:\jenkins
- E.g. workspace path was
- We improved how the plugin reports errors in Pipelines that use lightweight checkout. Before this,
error reports only contained
NULL
. The plugin now displays the complete command execution. - Fixed an incompatibility with other plugins if they require the SCM plugin to support the
ChangeLogSet.Entry.getAffectedFiles()
method.
- Added pipeline support, including lightweight checkout support.
- Ensured environment variables are available for build steps in all platforms.
- Warning: Make sure the installed client version in your Jenkins machines is 7.0.16.2630 or higher.
- Initial preview version. Supports only freestyle projects.