> On 03.09.2016, at 12:37, Andrew Sumner <[email protected]> wrote: > > I’d like to place a validation button on the job configuration page to verify > that an ant fileset is valid AND finds something in the workspace.
The regular ArtifactArchiver in core does that as part of the path form validation. Check ArtifactArchiver.DescriptorImpl#doCheckArtifacts(…). -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/5D6ADE82-B11C-4848-A696-40344EB8B9A4%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
