Re: How to automatically build the latest svn tag

2023-02-27 Thread Robert Hindle
Thanks Nilesh. Most helpful. On Friday, 5 June 2015 at 03:18:14 UTC+1 Nilesh Bhatt wrote: > Hi, I'm not sure if you still need an answer to this but I recently had to > do something similar and this is what I did to make it work... > > In your Jenkins job, choose "Prepare an environment for the

Re: How to automatically build the latest svn tag

2019-08-02 Thread Nico van de Kamp
Question: I'm not familiar with this specific but I try to get the last version of a tag from SVN. I found this. SVN is installed on another server than the Jenkins server. So to run command: *export SVN_TAG=`svn ls --username someuser --password somepass --non-interactive http://someproj.goo

Re: How to automatically build the latest svn tag

2015-06-04 Thread Nilesh Bhatt
Hi, I'm not sure if you still need an answer to this but I recently had to do something similar and this is what I did to make it work... In your Jenkins job, choose "Prepare an environment for the run" option and add to "Script Content" something like this: - export SVN_TAG=`svn ls --userna

How to automatically build the latest svn tag

2012-06-19 Thread Martin Grotzke
Hi, I want jenkins to automatically select the latest tag for a build. I have configured the build parameter "List Subversion Tags" with Name = SVN_TAG Repository URL = http://someproj.googlecode.com/svn/tags Maximum tags to display = 1 Sort newest first = true The Source Code Management / Subv