-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
I'd like to specify an explicit revision number for the SVN checkout/hudson.
Currently we do
#
- checkout with an explicit version
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
[JENKINS-262] Revision number with SVN checkout/update
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: www [ 15484 ] |
Workflow | Original: JNJira [ 130335 ] | New: JNJira + In-Review [ 199721 ] |
I thought usually people do this by using svn:external (and we have an RFE filed
for that, too, I think.)
We can certainly extend Hudson to allow you to specify a revision, but if you do
that, the SCM itself won't leave any relationship record of which version of
your software was built with which version of JBoss.