Hi everyone,
I'm trying to develop a Jenkins plugin for some internal tools, and I'm a complete newbie. Basically, I just want to run some command line instructions, (then to collect data from reports generated by the previous instructions and to draw graphs).
In the HelloWorld plugin, the only class is HelloWorldBuilder extending Builder. I assume that I have to write some lines in the "perform" method to run, say, a instruction like "mkdir new_folder".
How can I do this ? I've tried to use the BatchFile class to run a .bat (instead of a single instruction), but the javadoc page is quite empty..
Thx in advance.
Bruno