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

CulpritsRecipientProvider does not work with svn and declarative pipeline

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • email-ext-plugin
    • None
    • Jenkins 2.176.1
      Email extension plugin 2.66
      Token macro plugin 2.8
    • 2.67

      It seems that CulpritsRecipientProvider does not work with svn and a declarative pipeline job.

      My declarative pipeline has:

      failure {
              script{ emailext (subject: "${env.JOB_NAME}: Build #${env.BUILD_NUMBER} - Failure!",
              body: '${DEFAULT_CONTENT}',
              recipientProviders: [[$class: 'CulpritsRecipientProvider']],
              to: '<snip>')  }
      }
      

      Last week this job failed but only the 'to:' recipients were notified, not the culprits.

          [JENKINS-58275] CulpritsRecipientProvider does not work with svn and declarative pipeline

          David Aldrich created issue -
          Alex Earl made changes -
          Assignee Original: David van Laatum [ davidvanlaatum ] New: Alex Earl [ slide_o_mix ]
          Alex Earl made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Fixed but Unreleased [ 10203 ]
          Basil Crow made changes -
          Released As New: 2.67
          Status Original: Fixed but Unreleased [ 10203 ] New: Closed [ 6 ]

            slide_o_mix Alex Earl
            davida2009 David Aldrich
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: