-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
It would be nice if hudson could deploy the artifacts from a successful build.
For example, let's assume that there is a nightly build scheduled running "mvn
install". We decide that we would like to deploy the build once a week.
Hudson runs a successful build of the project and we decide that we should use
that revision to deploy. We could simply checkout that revision and run "mvn
deploy". However, since hudson already built these artifacts it would be nice
to just tell hudson to do a "maven deploy" for hudson build number "10".