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
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
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
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