Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-262

Revision number with SVN checkout/update

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      I'd like to specify an explicit revision number for the SVN checkout/hudson.

      Currently we do

      #

      1. checkout with an explicit version
      2. if [ -d "$SVNBASE" ]; then
        svn up -r@hudson.jboss50.rev@ $SVNBASE
        else
        svn co -r@hudson.jboss50.rev@ @hudson.jboss50.url@
        fi

      to build the last known good target container for jbossws

      cheers
      -thomas

            Unassigned Unassigned
            tdiesler Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: