If you're a git user, is there a way to create a hook in the repository which would send e-mail on every polling request to the repository? That might rapidly persuade them that they really don't want to know it is doing it.
Another alternative would be to connect a python or groovy script into your network or systems monitoring software which would raise an alarm if polling were missed. We had a systems monitoring connection to our Jenkins server previously and I found it very helpful. Mark Waite On Tue, Sep 22, 2015 at 3:27 PM Slide <[email protected]> wrote: > I'll see if I can put something initial together tonight. > > On Tue, Sep 22, 2015 at 2:17 PM Jeff <[email protected]> wrote: > >> At this point, I would take a trigger on ANY SCM polling outcome. >> -Jeff >> >> >> On Tuesday, September 22, 2015 at 3:53:42 PM UTC-5, slide wrote: >> >>> You are right, I haven't added the email before/after SCM polling, its >>> an open issue [1] that I haven't been able to design into email-ext as well >>> as I would like. I'm not sure what people want since the "triggering" isn't >>> as varied (SCMPollListener really only has 3 outcomes). If you have ideas >>> on what would be desired, I would be more than happy to take another look. >>> >>> slide >>> >>> 1 - https://issues.jenkins-ci.org/browse/JENKINS-19312 >>> >>> On Tue, Sep 22, 2015 at 1:48 PM Jeff <[email protected]> wrote: >>> >> >>>> I have someone in our development group, who insists on receiving an >>>> email, no matter whether there are SCM changes initiating a build, or not >>>> (polling at scheduled times throughout the day). They want evidence that >>>> the process is running at the scheduled times, whether a build is occurring >>>> or not <eyeroll />. >>>> >>>> The Editable Email Notification plug-in triggers seems to all require >>>> that a build has occurred in some fashion. It sounds like there's been >>>> discussion on adding options to tie in to the SCM polling itself, but no >>>> movement to date. >>>> >>>> I tried a 'Prepare an environment for run' script, but again, it >>>> apparently isn't called unless there are SCM changes. >>>> >>>> Does anyone know of a trick, to run a script prior to SCM polling? >>>> >>>> Thanks. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> >>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>> >>> >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/jenkinsci-users/5ad68688-3825-4060-ab18-868726f739fc%40googlegroups.com >>>> <https://groups.google.com/d/msgid/jenkinsci-users/5ad68688-3825-4060-ab18-868726f739fc%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/cc38bd2e-0ab4-4d32-9139-1c92d0d2e3de%40googlegroups.com >> <https://groups.google.com/d/msgid/jenkinsci-users/cc38bd2e-0ab4-4d32-9139-1c92d0d2e3de%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVeshKoP3kQASSn1-jTjLZ5N5A2m86W2ie8Jb5k2TYV55Q%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVeshKoP3kQASSn1-jTjLZ5N5A2m86W2ie8Jb5k2TYV55Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHmkPUbJ9abcgtys6G%2BJmQqXuBOpufdFc2yma0uFXmMqQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
