-
New Feature
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: All
Hudson is a great product - but it is lacking one little feature for us. The
ability to checkout a specific revision number. This is so we can restart the
build with the same revision number if it failed for some external reason - or
rebuild the project with slightly different build parameters but on the same
version of the code. This is important for producing deployments to different
environments from the same version of the code - or to produce different build
artifacts.
- duplicates
-
JENKINS-229 CVS update/checkout has sticky date set
-
- Closed
-
Part of this is a duplicate of #229 — the reason you can't specify CVS
revision is because of a sticky tag.
Building multiple artifacts from the single code base can be done nicely by the
matrix build feature.