I have a build configuration which will build an artifact file. What I'd like to do, is add a a step so that after the artifact is built, it will do a diff between it and the last successfully built artifact. I can write a tool that will do the diff as long as I can work out the path to the last artifact file.
How can I obtain details of the last successful artifact?