Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-52268

Every git checkout sends notification

XMLWordPrintable

      Using multiple times the checkout command for git in my pipeline I always get this message:
      [Bitbucket] Notifying commit build result

      Which slows down the build for a few seconds.

      checkout(
                                              changelog: false,
                                              poll: false,
                                              scm: [$class                           : 'GitSCM',
      ...
      

      These checkouts are totally unrelated to any build notifications, like updating versions in other repositories. It would be great if it is possible to disable the build result notification for specific checkouts.

            Unassigned Unassigned
            reitzmichnicht Michael Düsterhus
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: