Re: Parse XML file within workspace to auto populate dynamic parameter

2015-09-27 Thread Oleg Nenashev
Hi Joice, It is not possible at all. Workspace in builds is being determined according to many logic handlers including build params. You cannot foresee the workspace before the build starts. It is possible to get a workspace of the previous build, but such approach is error-prone as well. A

Parse XML file within workspace to auto populate dynamic parameter

2015-09-10 Thread Joyce Gaoiran
I have an XML file located in the jobs workspace. The XML file needs to be parsed for a version and displayed as a dynamic parameter. I have several jobs which has the requirement so I've used the plugin, Extensible Choice Parameter, as an extension point. Is there a class within the jenkins