we have a pipeline job (well lots actually) which use:

      pipeline {
      ...
          triggers { cron('H/20 * * * *') } 
      ...
      }

      These jobs run essentially forever.

       

      Eventually GitHub screams because 1000 contexts have been created for the same sha.

          [JENKINS-55783] Plugin doesn't delete statuses

          Jeff Pearce added a comment -

          Thanks for the report jsoref. Taking a look

          Jeff Pearce added a comment - Thanks for the report jsoref . Taking a look

          Josh Soref added a comment -

          I spoke w/ GitHub support, and they suggested:

          the best way to get help with migrating an existing OAuth App to a GitHub App is getting in touch with our Partner Engineering team at partnerengineering@github.com:

          https://developer.github.com/apps/migrating-oauth-apps-to-github-apps/#switching-with-our-help

          It's hard to give exact advice with respect to what the plugin maintainer should do in integrating a GitHub App into the plugin. My suggestion considered building a standalone GitHub Application apart from the existing implementation tailored to resolve the exact business need in question.

          Josh Soref added a comment - I spoke w/ GitHub support, and they suggested: the best way to get help with migrating an existing OAuth App to a GitHub App is getting in touch with our Partner Engineering team at  partnerengineering@github.com : https://developer.github.com/apps/migrating-oauth-apps-to-github-apps/#switching-with-our-help It's hard to give exact advice with respect to what the plugin maintainer should do in integrating a GitHub App into the plugin. My suggestion considered building a standalone GitHub Application apart from the existing implementation tailored to resolve the exact business need in question.

            jeffpearce Jeff Pearce
            jsoref Josh Soref
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: