Hi Jeff,

I am parsing  .xml file (present at slave mode) in class which implements
FilePath.FileCallable<ArrayList<String>> and after parsing .xml file ,I
store commands in array of  string and returned it to master,
where I execute command using launcher.launch().cmds(
buildCommandLine(script)).envs(envVars).stdout(listener).pwd(ws).start());
But while executing this plugin, I am not able to abort it.
Thanks,
Varun

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAKQUBE49ikcFwPkF_cMHZ5fFN2hoiQxxdjPNqJhC%3D_96fHLGrg%40mail.gmail.com.

Reply via email to