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

Need tokens to get failed tests count and total tests count, to put them in mail subject easy

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major Major
    • email-ext-plugin
    • None
    • hudson 1.350, email-ext 2.5

      The ${FAILED_TESTS} token takes too much chars to put it in mail subject, so it only useful in mail body.
      It would be much better if provide tokens to get failed unit test count and total unit test count, so i can configure the mail subject like this:

      $PROJECT_NAME $BUILD_NUMBER - $BUILD_STATUS - ${FAILED_TESTS_COUNT} of ${ALL_TESTS_COUNT} tests failed
      

      BTW:
      I konw there is a solution based on an unofficial patch(http://joesondow.blogspot.com/2009/10/fancy-hudson-email.html). However, i think to provide Content-Token is much simpler, and i don't like unofficial patches.

            sogabe sogabe
            islands islands
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: