-
Improvement
-
Resolution: Fixed
-
Major
-
None
With git plugin, when we request Push notification url from git post-receive hooks, all jobs are notified. That's great!
But, in some cases (e.g. nightly builds like integration testing, Sonar, etc.), we may want to ignore this notification, even if there are new commits.
The simpliest would be to add a "Ignore Push notification" checkbox for this special case.
- depends on
-
JENKINS-6846 Poll SCM with post-commit hook or by cron-definition
-
- Resolved
-
Note: workaround is to start the build each night instead of polling the repo, but in this case we start it even nothing is new.