Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: subversion
Created: 20/Jun/13 9:27 AM
Description:

When svn location path contains variable, then jenkins checkout the code from trunk.

This is the ulr configured in Jenkins for SVN location:
https://svn.mydomain.com/project/branches/build-${SOURCE_BUILD_NUMBER}

But instead checkout from specified branch "build-1.1.50.1-B100" runtime, it's checked from from /trunk.
The build log shows that checkout is from the expected branch, but checking the svn info on workspace claims the code comes from /trunk

  • Piece of console log
    Building on master in workspace /var/lib/jenkins/jobs/project-quality/workspace
    Cleaning local Directory .
    Checking out https://svn.mydomain.com/project/branches/build-1.1.50.1-B100 at revision '2013-06-20T10:10:44.030 +0300'


  • svn info
    root@jenkins2:/var/lib/jenkins/jobs/project-quality/workspace# svn info
    Path: .
    Working Copy Root Path: /var/lib/jenkins/jobs/project-quality/workspace
    URL: https://svn.mydomain.com/project/trunk
    Repository Root: https://svn.mydomain.com/project
    Repository UUID: adda5579-93c7-304f-a113-a437aa8ac68b
    Revision: 11227
    Node Kind: directory
    Schedule: normal
    Last Changed Author: username
    Last Changed Rev: 11224
    Last Changed Date: 2013-06-20 09:33:38 +0300 (Thu, 20 Jun 2013)
Environment: Ubuntu server 12.04
Jenkins 1.518
Subversin Plugin 1.50
Project: Jenkins
Priority: Major Major
Reporter: Georgi Georgiev
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to