-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Having a XPathChoiceListProvider would allow to grab certain entries from an XML file.
In our case we want to grab all Maven provile ids because those profile ids are the name of the environments where you can deploy an artifact to.
The selected entry could later be passed to the Maven build by something like that "-P${profileId}"...
As filename any file should be possible, relative to the job's workspace root - not only pom.xml.