-
Bug
-
Resolution: Fixed
-
Major
-
None
As in summary.
The job is a free-style job, configured with an Subversion SCM repository of
svn://hood/svnroot/product/trunk/buildtools@HEAD, and a single
"Execute shell" build step:
env | grep SVN
The console output:
13:24:05 Started by user anonymous 13:24:05 Building on master 13:24:05 Updating http://hood/svnroot/product/trunk/buildtools@HEAD 13:24:05 At revision 187514 13:24:06 no change for http://hood/svnroot/product/trunk/buildtools since the previous build 13:24:06 [workspace] $ /bin/sh -xe /tmp/hudson7584077203075354172.sh 13:24:06 + env 13:24:06 + grep SVN 13:24:06 Notifying upstream projects of job completion 13:24:06 Finished: SUCCESS
Without the @HEAD:
13:52:22 Started by user anonymous 13:52:22 Building on master 13:52:22 Updating http://hood/svnroot/product/trunk/buildtools 13:52:22 At revision 187517 13:52:23 no change for http://hood/svnroot/product/trunk/buildtools since the previous build 13:52:23 [workspace] $ /bin/sh -xe /tmp/hudson1084601171101888494.sh 13:52:23 + env 13:52:23 + grep SVN 13:52:23 SVN_URL=http://hood/svnroot/spectrum/trunk/omneon/buildtools 13:52:23 SVN_REVISION=187450 13:52:23 Notifying upstream projects of job completion 13:52:23 Finished: SUCCESS
Jenkins v1.425, Subversion Plugin v1.31
- is duplicated by
-
JENKINS-8835 SVN_URL and SVN_REVISION (Including SVN_URL_X and SVN_REVISION_X) are never set when using svnurl@revision
-
- Resolved
-
- is related to
-
JENKINS-20344 SVN_REVISION is not exported if server url end by / with further @HEAD suffix
-
- Resolved
-
Integrated in
plugins_subversion #106
[FIXED JENKINS-10942] Local module directory contains @NNN when @NNN is used in Subversion repository URL.
sogabe :
Files :