- Migrate documentation to GitHub
- Enable incremental deployments
- Manage dependencies with dependabot
- Enable development with Gitpod
- Update for latest icon improvements
- Fix SECURITY-294 - Rips out the ability to execute a Groovy script with this plugin
- Fix deployed item ID when there is multiple ArtifactDeployer step
- Fix JENKINS-24140 - ArtifactDeployer migration breaks lazy-load on Jenkins initialization
- Fix JENKINS-16130 - Provide folder links on build results page to condense long file paths
- Fix JENKINS-14681 - Constrain the list of artifacts deployed
- Fix typo in help file.
- Additional help text
- Fix JENKINS-18135 - Conditional Build Step plugin crashes when using Artifact Deployer plugin as build step
- Fix null pointer exception
- Fix JENKINS-16031 - Lost deployed artifacts after restart
- Fix JENKINS-15709 - ArtifactDeployer does not appear in Flexible Publish
- Fix JENKINS-15354 - Add option to fail the build if specified "Files to deploy" do not exist
- Fix JENKINS-15059 - recursive deletion of deployment paths not working correctly
- Fix JENKINS-15058 - Setting for GroovyScript is not permanent
- Fix JENKINS-14547 - Null pointer exception when using groovy script
- Fix JENKINS-14548 - help for groovy script usage is never displayed
- Fix JENKINS-13841 - "Base folder" for deploying the artifacts from source folder to remote directory
- Fix JENKINS-13937 - ArtifactDeployer 0.16 messes the filenames for Windows file systems
- Fix null pointer exception on artifact deletion
- Fix JENKINS-12311 - Display the Deployed Artifacts in a tree structure similar to how they are displayed under the Build Artifacts section
- Fix JENKINS-11867 - Deployed files have a different time with original files.
- Fix JENKINS-12522 - Deploy artifacts for failed builds, too
- Fix JENKINS-11640 - Can't copy on remote windows agent
- Fix partially JENKINS-9996 - Have the possibility to change the user and group ACL's on artifacts (Conserve file permissions to copy).
- Fix null pointer exception when the remote directory value is not set (for the ArtifactDeployer publisher and for the ArtifactDeployer builder).
- Make it compatible to LTS series (1.409.x)
- Complete fix JENKINS-10360 - Added support of Matrix project
- Fix partially JENKINS-10360 - Added support of Maven project
- Fix agent execution
- Fix bug on deletion
- The deployed artifacts in the Jenkins dashboard are now sorted.
- Fix a class cast exception (for more than one entry) on save configuration
- Integrated a pull request - Fixed a null pointer exception
- Add 'deployment artifacts' as a build step (builder item) in addition to publishers. Use Case: In the same job as build steps: Build your artifacts, deploy them in remote locations (as servers) and launch the integration tests.
- Add a checkbox for deleting remote artifacts when the build is deleted.
- The plugins enables users to call a Groovy script when the builds are deleted (for manual and automatic deletion).
- Initial release Only the file system protocol is available