Releases: jenkinsci/jenkins-clone-workspace-scm-plugin
Releases · jenkinsci/jenkins-clone-workspace-scm-plugin
84.v147686859e1c
🚀 New features and improvements
- Require Jenkins 2.361.4 or newer and Java 11 (#23) @Subzer0570
📦 Dependency updates
- Bump bom-2.346.x from 1723.vcb_9fee52c9fc to 1763.v092b_8980a_f5e (#22) @dependabot
82.v692fff78926d
The plugin now releases a new version each time a relevant commit is merged to the primary branch. Those versions use a new format version number. More information is available from "Automated Plugin Release".
🚀 New features and improvements
- Enable continuous delivery (#20) @MarkEWaite
📝 Documentation updates
- Migrate documentation to GitHub (#17) @MarkEWaite
👻 Maintenance
- Require POST for form validation (#19) @MarkEWaite
- Publish incremental development artifacts (#18) @MarkEWaite
- Require Jenkins 2.346.3 or newer (#16) @MarkEWaite
📦 Dependency updates
- Use HTTPS URLs in pom.xml (#15) @daniel-beck-bot
0.6
- Add support for Matrix jobs (JENKINS-6890)
- Add null check in CloneWorkspaceSCM.createChangeLogParser() to prevent NPE. (JENKINS-13160)
- Fix Switching archive type of cloned workspace leads to Exception in further jobs (JENKINS-15038)
- Use full name for jobs
- Don't only consider jenkins root jobs as eligible parents
0.5
- Add option to turn off default Ant excludes from workspace archive. (JENKINS-13888)
0.4
- Exclude files from archive
(JENKINS-9582) - Allow use of zip or tar.gz for archives.
(JENKINS-9577) - Parent project can be specified as a parameter.
(JENKINS-9779)
0.3
- Some minor fixes
0.2
- Clarifying display name text for CloneWorkspacePublisher
0.1
- Initial release.