Hi ,

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,
On master, 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.
can anyone please help me , what could be the issue?

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/454fda1e-410f-43af-adcd-a736639058fb%40googlegroups.com.

Reply via email to