Ok, I think you actually want your regex to be this: (?i)(?:.*)(FAIL:.*)

The substText option replaces the content of only the matching portion of
the string, so in your case, you are replacing the exact same text in the
same spot. The regex above will match the entire line and only give back
the "FAIL:..." portion of the message. In regards to the expansion, I am
seeing the correct behavior with three lines separated by newline. If you
are using a custom template, you can use the BUILD_LOG_REGEX token INSIDE
the template to avoid any issues with HTML tags and so forth, you just use
it a little differently:

BUILD_LOG_REGEX(regex: '...', substText: '...')

I think you want escapeHtml to be off and put <br> tags inside the
substText to separate the lines that match.

I see you changed to a different output format, so the above doesn't apply,
but I sent the email anyway so someone else may benefit in the future.

On Tue, Jun 14, 2016 at 8:30 AM Ginga, Dick <dick.gi...@perkinelmer.com>
wrote:

> Yes, I did notice that J
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
> *Sent:* Tuesday, June 14, 2016 11:29 AM
>
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: tidying up Ext-email output
>
>
>
> FYI, the test you did with <br> shows that $1 is NOT evaluating to ALL
> three lines at once, since the <br> is in between each one.
>
>
>
> On Tue, Jun 14, 2016 at 8:13 AM Slide <slide.o....@gmail.com> wrote:
>
> I will try and test this out locally and see what I come up with.
>
>
>
> On Tue, Jun 14, 2016 at 4:42 AM Ginga, Dick <dick.gi...@perkinelmer.com>
> wrote:
>
> Well Slide, that was just my most recent attempt at getting the output I
> desire. I am still getting this as email output (fragment):
>
>
>
>
>
> *CHANGES*
>
> No Changes
>
>
>
> ***<br> FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST ***<br> FAIL:
> LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER ***<br> FAIL:
> LTU_FUNC_TEST.LIBCFSEARCH_STRINGRESULT
>
>
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
> *Sent:* Monday, June 13, 2016 9:07 PM
>
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: tidying up Ext-email output
>
>
>
> This would create two body elements in the email, not sure how that will
> affect things.
>
>
>
> On Mon, Jun 13, 2016, 04:32 Ginga, Dick <dick.gi...@perkinelmer.com>
> wrote:
>
> I am using a template for the bulk of the email (attached). The actual
> Email Default Content field contains (at the moment)
>
>
>
> $DEFAULT_CONTENT
>
>
>
> <body>
>
>
>
> ${BUILD_LOG_REGEX, regex="(?i)( FAIL:.*)", escapeHtml=true,
> substText="<br>$1", showTruncatedLines=false, escapeHtml=true}
>
>
>
> </body>
>
>
>
> Thanks for your help.
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
> *Sent:* Friday, June 10, 2016 7:22 PM
>
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: tidying up Ext-email output
>
>
>
> Are you using a template for this? Or are you generating everything by
> hand using content tokens? If you are using a template, can you send it?
>
>
>
> On Fri, Jun 10, 2016 at 11:16 AM Ginga, Dick <dick.gi...@perkinelmer.com>
> wrote:
>
> I don’t know what you consider large, but it all looks more or less like
> this:
>
>
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: m_at [0] != kccNoAb && m_at [0] < m_at [1] &&
> m_at [1] < m_at [2] && (m_at [2] < m_at [3] || m_at [3] == kccNoAb) at
> line: 210, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libcc\src\cc_stereo.cpp
>
> *13:08:49*    *** Value of: (int)queryHitSet.NumHits() |   Actual: 17 |
> Expected: numExpected | Which is: 1 | Hit count  failed for: test1.cdxml
>
> *13:08:49*    *** Value of: (int)queryHitSet2.NumHits() |   Actual: 17 |
> Expected: numExpected | Which is: 1 | Hit count2 failed for: test1.cdxml
>
> *13:08:49* *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST
>
> *13:08:49* *** Starting test LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER
>
> *13:08:49* CORE CHEM ERROR: m_fQuery || sopts.FullStruct() at line: 420,
> file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libcc\src\cc_screens.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
> *13:08:49* CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
> c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
>
>
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
> *Sent:* Friday, June 10, 2016 2:11 PM
>
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: tidying up Ext-email output
>
>
>
> Can you supply a larger amount of test from the build log that I can try
> locally?
>
>
>
> On Fri, Jun 10, 2016 at 11:01 AM Ginga, Dick <dick.gi...@perkinelmer.com>
> wrote:
>
> The complete source of the email is:
>
>
>
> meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style>
>
> BODY, TABLE, TD, TH, P {
>
>   font-family:Verdana,Helvetica,sans serif;
>
>   font-size:11px;
>
>   color:black;
>
> }
>
> h1 { color:black; }
>
> h2 { color:black; }
>
> h3 { color:black; }
>
> TD.bg1 { color:white; background-color:#0000C0; font-size:120% }
>
> TD.bg2 { color:white; background-color:#4040FF; font-size:110% }
>
> TD.bg3 { color:white; background-color:#8080FF; }
>
> TD.test_passed { color:blue; }
>
> TD.test_failed { color:red; }
>
> TD.console { font-family:Courier New; }
>
> </style>
>
> <body>
>
>
>
>
>
>
>
> <table>
>
>   <tr><td align="right"><img src="
> http://XXXXXXXX/static/e59dfe28/images/32x32/yellow.gif
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__XXXXXXXX_static_e59dfe28_images_32x32_yellow.gif&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=LVhFRFwkmHQW14GxJ7qFC_WRZpiZNXxw-Eu_wxReoVA&e=>
> ">
>
>   </td><td valign="center"><b style="font-size: 200%;">BUILD
> UNSTABLE</b></td></tr>
>
>   <tr><td>Build URL</td><td><a href="
> http://XXXXXXXX/job/Build-Run-CommonCS-Tests-Win/13/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__XXXXXXXX_job_Build-2DRun-2DCommonCS-2DTests-2DWin_13_&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=GpVrIQB81ArBl4Zlv-qOSsFDCDmCfcqjBaHSkmtC8Fw&e=>
> ">http://XXXXXXXX/job/Build-Run-CommonCS-Tests-Win/13/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__XXXXXXXX_job_Build-2DRun-2DCommonCS-2DTests-2DWin_13_&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=GpVrIQB81ArBl4Zlv-qOSsFDCDmCfcqjBaHSkmtC8Fw&e=>
> </a></td></tr>
>
>   <tr><td>Build Log</td><td><a href="
> http://XXXXXXXX/job/Build-Run-CommonCS-Tests-Win/13/console
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__XXXXXXXX_job_Build-2DRun-2DCommonCS-2DTests-2DWin_13_console&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=xlU50c290iVft-kDOoOYIA-lWkLPJyXeLA39pc9_yS0&e=>
> ">http://XXXXXXXX/job/Build-Run-CommonCS-Tests-Win/13/console
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__XXXXXXXX_job_Build-2DRun-2DCommonCS-2DTests-2DWin_13_console&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=xlU50c290iVft-kDOoOYIA-lWkLPJyXeLA39pc9_yS0&e=>
> </a></td></tr>
>
>   <tr><td>Project:</td><td>Build-Run-CommonCS-Tests-Win</td></tr>
>
>   <tr><td>Date of build:</td><td>Fri, 10 Jun 2016 13:05:06 -0400</td></tr>
>
>   <tr><td>Build duration:</td><td>30 min</td></tr>
>
>   <tr><td>Stream:</td><td>null</td></tr>
>
>   <tr><td>Build Number:</td><td>13</td></tr>
>
>   <tr><td>Build Type:</td><td>null</td></tr>
>
> </table>
>
> <br>
>
>
>
> <!-- CHANGE SET -->
>
>
>
>                 <table width="100%">
>
>     <tr><td class="bg1" colspan="2"><b>CHANGES</b></td></tr>
>
>
>
>         <tr><td colspan="2">No Changes</td></tr>
>
>
>
>   </table>
>
> <br>
>
>
>
>
>
> <!-- ARTIFACTS -->
>
>
>
>
>
> <!-- MAVEN ARTIFACTS -->
>
>
>
>
>
> <!-- JUnit TEMPLATE -->
>
>
>
>
>
>   </table>
>
> <br>
>
>
>
> <!-- CONSOLE OUTPUT -->
>
>
>
>
>
> </body>
>
>
>
>
>
>
>
> <body>
>
>
>
> ***&lt;br&gt; FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST
>
> ***&lt;br&gt; FAIL: LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER
>
> ***&lt;br&gt; FAIL: LTU_FUNC_TEST.LIBCFSEARCH_STRINGRESULT
>
>
>
>
>
> </body>
>
>
>
> *From:* Ginga, Dick
> *Sent:* Friday, June 10, 2016 1:57 PM
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* RE: tidying up Ext-email output
>
>
>
> I have tried <br> and escaped and not escaped HTML and <body> … </body>
> around my build-log-regex and I get this:
>
>
>
> ***<br> FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST ***<br> FAIL:
> LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER ***<br> FAIL:
> LTU_FUNC_TEST.LIBCFSEARCH_STRINGRESULT
>
>
>
>
>
>
>
> *From:* jenkinsci-users@googlegroups.com [
> mailto:jenkinsci-users@googlegroups.com <jenkinsci-users@googlegroups.com>]
> *On Behalf Of *Slide
> *Sent:* Friday, June 10, 2016 11:20 AM
>
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: tidying up Ext-email output
>
>
>
> Have you tried using </br> instead of \n?
>
>
>
> On Fri, Jun 10, 2016, 08:18 Ginga, Dick <dick.gi...@perkinelmer.com>
> wrote:
>
> yes
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
> *Sent:* Friday, June 10, 2016 11:15 AM
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: tidying up Ext-email output
>
>
>
> Are you using html email?
>
>
>
> On Fri, Jun 10, 2016, 08:01 Ginga, Dick <dick.gi...@perkinelmer.com>
> wrote:
>
> Hello all, just trying to create a “better” email response.
>
>
>
> I have some custom written tests that produce lots of test output, but I
> only want the failures (FAIL:) in the email,
>
>
>
> *09:53:06* *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST
>
> …
>
> *09:54:09* *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER
>
> …
>
> *09:54:15* *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_STRINGRESULT
>
>
>
> so I use
>
>
>
> ${BUILD_LOG_REGEX, regex="(?i)( FAIL:.*)", substText="\n$1\n",
> showTruncatedLines=false, escapeHtml=true}
>
>
>
> But I get this,
>
>
>
> *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST *** FAIL:
> LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER *** FAIL:
> LTU_FUNC_TEST.LIBCFSEARCH_STRINGRESULT
>
>
>
> I would like each of these failures to be on its own line. That is what I
> thought maybe the substText might do but apparently not.
>
>
>
> Is there a way to do this?
>
>
>
> *Dick Ginga, Informatics R&D*
>
> *PerkinElmer Inc. *
> *| For the Better **HUMAN HEALTH **|* *ENVIRONMENTAL HEALTH*
> 940 Winter Street, Waltham MA 02451
>
>
>
> *dick.ginga**@perkinelmer.com <ed.cof...@perkinelmer.com>*
>
> Mobile – 508-847-1434
>
> Office – 781-663-6947
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711C23%40AMERMBX02.PERKINELMER.NET
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711C23-2540AMERMBX02.PERKINELMER.NET-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=mXByn-k5ahdwHXfgIzt1kZhAXWCuXghYTJj4IHz05lc&s=dglEPB15sKA_YOKPLxLdeKJ34vohwQQ8-KcqMNssCH0&e=>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=mXByn-k5ahdwHXfgIzt1kZhAXWCuXghYTJj4IHz05lc&s=N0RBCmmnoAD4p05B0Nzg5ZOj81T78N1yEGGjegZWksQ&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVerq2uUTBOzeY8Gwp2ebPRthjObtJ_A4M%3DeU1OZtRcA1w%40mail.gmail.com
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CAPiUgVerq2uUTBOzeY8Gwp2ebPRthjObtJ-5FA4M-253DeU1OZtRcA1w-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=mXByn-k5ahdwHXfgIzt1kZhAXWCuXghYTJj4IHz05lc&s=2ysptL8ae42kRVa5benLWvcc11wYuWJ9PXganZfAz2Y&e=>
> .
>
>
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=mXByn-k5ahdwHXfgIzt1kZhAXWCuXghYTJj4IHz05lc&s=N0RBCmmnoAD4p05B0Nzg5ZOj81T78N1yEGGjegZWksQ&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711CA0%40AMERMBX02.PERKINELMER.NET
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711CA0-2540AMERMBX02.PERKINELMER.NET-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=74eJVq1yvVscVZTLeC_MOQH50qHuVBX-vygMpLhBkiQ&s=V8F24inp9K05cBO35GWzH-cq9kaWqLRLt_ryo1JTz9c&e=>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=74eJVq1yvVscVZTLeC_MOQH50qHuVBX-vygMpLhBkiQ&s=ep4VuKMnSfpuoR-sg91zw1ORPWHNgpGP6csj8b3CNc0&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVfBHhTwfNGgSwn_Rs5i8%2B0BWO0ceHWfREE3qcywv2rG8w%40mail.gmail.com
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CAPiUgVfBHhTwfNGgSwn-5FRs5i8-252B0BWO0ceHWfREE3qcywv2rG8w-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=74eJVq1yvVscVZTLeC_MOQH50qHuVBX-vygMpLhBkiQ&s=CONOVxwivtHxxRi0fT26borLmU9xDHdobigREUklciw&e=>
> .
>
>
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=74eJVq1yvVscVZTLeC_MOQH50qHuVBX-vygMpLhBkiQ&s=ep4VuKMnSfpuoR-sg91zw1ORPWHNgpGP6csj8b3CNc0&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711F14%40AMERMBX02.PERKINELMER.NET
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711F14-2540AMERMBX02.PERKINELMER.NET-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=3AQJIAQZVCbaTe8VTcicWzj_OnE4pPqaVkGADQV2Ow4&e=>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=rHf-JUqzOg3jcC7DkImBGeBtyCk_Mwo1NCi1LG-kISY&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVe3cGdf_RAwO6wDSj5wmdCOKgjGixb_cUaZDEjR0MoDpg%40mail.gmail.com
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CAPiUgVe3cGdf-5FRAwO6wDSj5wmdCOKgjGixb-5FcUaZDEjR0MoDpg-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=T4GCyfHeN5cCWvkvEQeYsX5izVA7bL3hxSI6CqJVnRY&e=>
> .
>
>
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=Ed_uTOPTHkaoXVrxrcWuAEL73JsnB5Tth1iA3qnCFTc&s=rHf-JUqzOg3jcC7DkImBGeBtyCk_Mwo1NCi1LG-kISY&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711F85%40AMERMBX02.PERKINELMER.NET
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_6C6EE445A6F6CE4E8A0FFB51B071A4E2D8711F85-2540AMERMBX02.PERKINELMER.NET-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=UorBbCPZ0aLLeou866tI4wAOVLcW-DYxw14k2FwdRfU&s=5vSXzAmafaPtarrYR2yb1V8WjZCmR6nmVq6jYzRhctg&e=>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=UorBbCPZ0aLLeou866tI4wAOVLcW-DYxw14k2FwdRfU&s=XrAkrAldKtemMPcDEk9YUtIxAN8KqUsNGj6t8M9iT8o&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVf0U3QtdyDC_R8Hz5c0Tj%2BeDZa-4gfTNy3Lv7MfW7CqLQ%40mail.gmail.com
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CAPiUgVf0U3QtdyDC-5FR8Hz5c0Tj-252BeDZa-2D4gfTNy3Lv7MfW7CqLQ-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=UorBbCPZ0aLLeou866tI4wAOVLcW-DYxw14k2FwdRfU&s=s8Kih27MzNzC6P3ifZm3rkUkB66qL-CzKuPUxFJ7Sqg&e=>
> .
>
>
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=UorBbCPZ0aLLeou866tI4wAOVLcW-DYxw14k2FwdRfU&s=XrAkrAldKtemMPcDEk9YUtIxAN8KqUsNGj6t8M9iT8o&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D87129CA%40AMERMBX02.PERKINELMER.NET
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_6C6EE445A6F6CE4E8A0FFB51B071A4E2D87129CA-2540AMERMBX02.PERKINELMER.NET-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=1dzr4UvVDaGyJSA1PdLHD4kvXclzCPc61v4qJiXNRXg&s=jaGCRUMOIWLt40ZLTUkMgzWPLtI9LfD1iMGaxR1_gsY&e=>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=1dzr4UvVDaGyJSA1PdLHD4kvXclzCPc61v4qJiXNRXg&s=HZKWkjalnnItbG-i_8ZyuSWiW-iVWCZTfCqmiR1O84k&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVeDVRt%2B0gaMaZ_XdMkb%3D29ZJEr0YyJdA5YsPSXo4E0yRw%40mail.gmail.com
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CAPiUgVeDVRt-252B0gaMaZ-5FXdMkb-253D29ZJEr0YyJdA5YsPSXo4E0yRw-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=1dzr4UvVDaGyJSA1PdLHD4kvXclzCPc61v4qJiXNRXg&s=l4YoqVQ4ZdE_3oiM_EHcH_5VY2OlqeKS1_OpjV8GgGw&e=>
> .
>
>
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=1dzr4UvVDaGyJSA1PdLHD4kvXclzCPc61v4qJiXNRXg&s=HZKWkjalnnItbG-i_8ZyuSWiW-iVWCZTfCqmiR1O84k&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8713721%40AMERMBX02.PERKINELMER.NET
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_6C6EE445A6F6CE4E8A0FFB51B071A4E2D8713721-2540AMERMBX02.PERKINELMER.NET-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=DfC2ikdPr0MFNEVvglxoot_hEW-xMhS3LGfMvP-Q3Ng&s=9xuh4VuBdj_W9NVt_UENGa6iMYRuO6tfSAMzqzYSn-c&e=>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=DfC2ikdPr0MFNEVvglxoot_hEW-xMhS3LGfMvP-Q3Ng&s=CDfXGTYxgx_nodHmKS9I0_6i0cQGkdge_DMBr62LOnk&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVfmE1Jieg-aXDeBF1mfE2mhZCe-%3DYH8H%2Bb06_jpCTy9tw%40mail.gmail.com
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CAPiUgVfmE1Jieg-2DaXDeBF1mfE2mhZCe-2D-253DYH8H-252Bb06-5FjpCTy9tw-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=DfC2ikdPr0MFNEVvglxoot_hEW-xMhS3LGfMvP-Q3Ng&s=dh9OW2ppsNMBbMG_T8ylIcKNdMuYfe-5gvbea1dP3Ko&e=>
> .
>
>
> For more options, visit https://groups.google.com/d/optout
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwMFaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=DfC2ikdPr0MFNEVvglxoot_hEW-xMhS3LGfMvP-Q3Ng&s=CDfXGTYxgx_nodHmKS9I0_6i0cQGkdge_DMBr62LOnk&e=>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8713AEC%40AMERMBX02.PERKINELMER.NET
> <https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8713AEC%40AMERMBX02.PERKINELMER.NET?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdqNACQ9jNbE1M5LQGx_%3DsE%3DXCCSovungjewKx%3D_fStFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to