On 05/15/2013 12:17 PM, Chris Price wrote:
I've implemented a "doArtifacts" method that can successfully map these kinds of request to the appropriate paths for the artifacts on disk, but when I try to use DirectoryBrowserSupport in this context, it breaks because the extra token "ARTIFACT_ID" is still included in the value of "request.getRestOfPath()", so DirectoryBrowserSupport is looking for paths that begin with that prefix inside of the directory I've specified on disk, and those paths don't exist.
Maybe try adding a getArtifacts method returning an object with a getDynamic method which in turn calls DirectoryBrowserSupport? -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
