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

Keep matching after the first comparison is found

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • hudson 1.346
      description-setter 1.6

      For each application being used in the test environment I log their name and version number or git sha1. I'd like to label/describe the build with all of this information, but only the first application listed in the log is used.

          [JENKINS-5678] Keep matching after the first comparison is found

          dcoraboe added a comment -

          This occurs only on Linux machines. On Windows, it runs fine...

          dcoraboe added a comment - This occurs only on Linux machines. On Windows, it runs fine...

          Toby Jackson added a comment -

          I'd like this feature as I have the following scenario;

          1. A test tool used multiple times during a job generates output as below
          2. JUnit cannot integrate the number of differences as a specific test failure
          3. I have set the the RegEx to "([\d]* differences detected.)"

          The Console log includes output similar to as follows;

          [junit] 3 differences detected. Differences:
          ...
          [junit] 8 differences detected. Differences:
          ...
          [junit] 17 differences detected. Differences:
          ...
          

          And would like the build description to be set to;

          3 differences detected.
          8 differences detected.
          17 differences detected.
          

          Toby Jackson added a comment - I'd like this feature as I have the following scenario; A test tool used multiple times during a job generates output as below JUnit cannot integrate the number of differences as a specific test failure I have set the the RegEx to "( [\d] * differences detected.)" The Console log includes output similar to as follows; [junit] 3 differences detected. Differences: ... [junit] 8 differences detected. Differences: ... [junit] 17 differences detected. Differences: ... And would like the build description to be set to; 3 differences detected. 8 differences detected. 17 differences detected.

            Unassigned Unassigned
            bgleonard bgleonard
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: