-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
It would be great if Hudson support more than one build schedule per project
each with different target possible.
Let me describe my issue.
We are using Hudson to do continuous builds of our projects and ocasionally to
do "release:perform" build of Maven Release Plugin.
With current Hudson we need to setup two "different" projects: "My
Project-SNAPSHOT" and "My Project-RELEASE" that differs only with maven goal
called (and the goal parameters).
I would like to see it as two different schedules, one "Poll SCM" with "mvn
package" target and second manual with "release:perform -D...".
One could setup "mvn site:deploy" nightly as a third job, etc.
It might be very usefull and keep all project activities under one Hudson
Project hood instead of many semi-different separate projects (with manual labor
required to keep them in sync).
[This is how Continuum does it and it works just fine. :-) ]
rewording subject