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

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/a4e1d5d1-795d-4a14-9239-1d62767bbf85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to