|
Josh Davidson created JENKINS-13388:
--------------------------------------- Summary: Add option to delete existing artifacts before copyc Key: JENKINS-13388 URL: https://issues.jenkins-ci.org/browse/JENKINS-13388 Project: Jenkins Issue Type: New Feature Components: copyartifact Reporter: Josh Davidson Assignee: Alan Harder It would be nice if the copy artifact build step would allow users to specify that the plugin should delete artifacts from a prior run before copying. With the current behavior, the only way to prevent renamed or deleted artifacts from making there way into a job is to manually add a build step to remove the copied artifacts in each job that uses this plugin. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-13388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Davidson updated JENKINS-13388: ------------------------------------ Summary: Add option to delete existing artifacts before copy (was: Add option to delete existing artifacts before copyc) > Add option to delete existing artifacts before copy > --------------------------------------------------- > > Key: JENKINS-13388 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13388 > Project: Jenkins > Issue Type: New Feature > Components: copyartifact > Reporter: Josh Davidson > Assignee: Alan Harder > > It would be nice if the copy artifact build step would allow users to specify that the plugin should delete artifacts from a prior run before copying. With the current behavior, the only way to prevent renamed or deleted artifacts from making there way into a job is to manually add a build step to remove the copied artifacts in each job that uses this plugin. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
| Powered by Nabble | Edit this page |

Probably better would be to rsync/mirror/delete-only-missing files. That would speed up quiet a lot!