Skip to content

Latest commit

 

History

History
185 lines (115 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

185 lines (115 loc) · 4.57 KB

Changelog

Release 1.3

  • Migrate documentation to GitHub
  • Enable incremental deployments
  • Manage dependencies with dependabot
  • Enable development with Gitpod
  • Update for latest icon improvements

Release 1.2

  • Fix SECURITY-294 - Rips out the ability to execute a Groovy script with this plugin

Release 0.33

  • Fix deployed item ID when there is multiple ArtifactDeployer step

Release 0.32

  • Fix JENKINS-24140 - ArtifactDeployer migration breaks lazy-load on Jenkins initialization

Release 0.31

  • Fix JENKINS-16130 - Provide folder links on build results page to condense long file paths
  • Fix JENKINS-14681 - Constrain the list of artifacts deployed

Release 0.30

  • Fix typo in help file.

Release 0.29

  • Additional help text

Release 0.28

  • Fix JENKINS-18135 - Conditional Build Step plugin crashes when using Artifact Deployer plugin as build step

Release 0.27

  • Fix null pointer exception

Release 0.26

Release 0.25

  • Fix JENKINS-15709 - ArtifactDeployer does not appear in Flexible Publish

Release 0.24

  • Fix JENKINS-15354 - Add option to fail the build if specified "Files to deploy" do not exist

Release 0.23

  • Fix JENKINS-15059 - recursive deletion of deployment paths not working correctly

Release 0.22

Release 0.21

  • Fix JENKINS-14547 - Null pointer exception when using groovy script

Release 0.20

  • Fix JENKINS-14548 - help for groovy script usage is never displayed

Release 0.19

  • Fix JENKINS-13841 - "Base folder" for deploying the artifacts from source folder to remote directory

Release 0.18

  • Fix JENKINS-13937 - ArtifactDeployer 0.16 messes the filenames for Windows file systems

Release 0.17

  • Fix null pointer exception on artifact deletion

Release 0.16

  • Fix JENKINS-12311 - Display the Deployed Artifacts in a tree structure similar to how they are displayed under the Build Artifacts section

Release 0.15

  • Fix JENKINS-11867 - Deployed files have a different time with original files.

Release 0.14

Release 0.13

Release 0.12

  • Fix partially JENKINS-9996 - Have the possibility to change the user and group ACL's on artifacts (Conserve file permissions to copy).

Release 0.11

  • Fix null pointer exception when the remote directory value is not set (for the ArtifactDeployer publisher and for the ArtifactDeployer builder).

Release 0.10

  • Make it compatible to LTS series (1.409.x)
  • Complete fix JENKINS-10360 - Added support of Matrix project

Release 0.9

Release 0.8

  • Fix agent execution

Release 0.7

  • Fix bug on deletion
  • The deployed artifacts in the Jenkins dashboard are now sorted.

Release 0.6

  • Fix a class cast exception (for more than one entry) on save configuration

Release 0.5

  • Integrated a pull request - Fixed a null pointer exception

Release 0.4

  • 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.

Release 0.3

  • Add a checkbox for deleting remote artifacts when the build is deleted.

Release 0.2

  • The plugins enables users to call a Groovy script when the builds are deleted (for manual and automatic deletion).

Release 0.1

  • Initial release Only the file system protocol is available