CulpritsRecipientProvider does not work with svn and declarative pipeline

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • 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.

            Assignee:
            Alex Earl
            Reporter:
            David Aldrich
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: