how to include Jenkins Build Number in Ant script - quick question

2012-11-29 Thread Z W
Hi We like to sync up Jenkins build number with our version.xml file. Is there a way to include Jenkins build number in our main ant script build.xml so that it would write to our version.xml ? Thanks

Re: how to include Jenkins Build Number in Ant script - quick question

2012-11-29 Thread Benjamin Lau
Take a look at XmlTask for Ant. You can then update your xml file using xpath. Ben [1] http://www.oopsconsultancy.com/software/xmltask/ On Thu, Nov 29, 2012 at 7:20 PM, Z W mpc8...@gmail.com wrote: Hi We like to sync up Jenkins build number with our version.xml file. Is there a way to

Antwort: Re: how to include Jenkins Build Number in Ant script - quick question

2012-11-29 Thread Andreas Schilling
Number in Ant script - quick question Gesendet von: jenkinsci-users@googlegroups.com Take a look at XmlTask for Ant. You can then update your xml file using xpath. Ben [1] http://www.oopsconsultancy.com/software/xmltask/ On Thu, Nov 29, 2012 at 7:20 PM, Z W mpc8...@gmail.com wrote: Hi We