doxygen-plugin
doxygen-plugin copied to clipboard
Added pipeline compatibility to DoxygenBuilder
I only reworked the Builder part because I needed Pipeline support in it. As this is the first contact with a Jenkins Plugin for me and I haven't done much in Java so far, you should definately review everything in detail.
Especially the Computer.currentComputer().getNode part which I removed because I didn't need it and it was the fastest way for me to solve the null exception.
Possible to have a test case running a pipeline for this?
Or some samples that we can kick the tyres with?
It would be quite appreciated by many folks out there, I presume, if this was able to move forward! I'm very willing to help in any way that I can; this is an important piece of the puzzle for me currently at work, so although my Java skills are definitely amateurish I have quite a lot of time to try and fix things up if need be, and certainly to test this.