-
New Feature
-
Resolution: Fixed
-
Major
-
None
I want multiple polling configurations per job, with parameters connected to each polling configuration.
Motivation:
I have a job that polls the SCM every 15 minutes and does a normal build if anything has changed. I'd like to add a build that polls the SCM every day and runs a sonar build if anything changes. The sonar build takes a long time to run and 24 hours is a good interval. The only way I know to do this is to create a nearly identical job with different polling parameters and different maven goal (or profile).