On 06/14/2013 01:41 PM, vimil saju wrote:
I added a new Interface called ArtifactAction. this interface has a method call getArtifactsDir(). I modified the getArtifactsDir() method in hudson.model.Run.java to first check if the Run Object has any action that implements ArtifactAction interface. If such an action is present then its getArtifactsDir method is called otherwise the default artifacts location is returned
My proposed implementation of JENKINS-17236 [1] should be more general, I think. Was originally trying to get it into the current LTS but ran out of time. Need to resume work on it.
[1] https://github.com/jenkinsci/jenkins/pull/736 -- 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.
