I want to parse artifact names and their versions in jenkins according to parsing I need to trigger other builds before the current project as pre-build. How can I do this in jenkins, I couldn't find any plugin that can provide pom's artifacts as a variable. Is there any way to do this without writing any script code?

link|improve this question
I'm sorry - can you explain a little bit further? – Łukasz Rżanek Feb 16 at 14:16
Ok, let I have project A and related job in jenkins and in its pom there is <dependency> tag <groupID>com.B</groupId><artifactId>B</artifactId><version>1.0</version> I need to parse the element dependency and its other elements in order to trigger Job B with the version which is written in the pom.xml of the A project before the build of the A. So the job B should be build before the build of A when I click the build button of the A. I wish I could be able the explain my problem :) – user1117693 Feb 17 at 9:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.