Sé libre de divulgar nuestros tutoriales y códigos en tus redes sociales, necesitamos tu ayuda para hacer crecer nuestra comunidad.
Solución:
El complemento Email Ext funciona bien con HTML. Depende de su cliente de correo electrónico analizar HTML (pero, de nuevo, la mayoría de estos días lo hacen).
La pregunta es: ¿cómo genera su compilación este HTML anterior? ¿Lo envía a un archivo? ¿Lo muestra en la salida de la consola?
Si el texto está en la salida de la consola, use:
$BUILD_LOG_EXCERPT, start="Regex-for-start", end="Regex-for-end"
Él
tags are to preserve spacing/formatting.
Thestart
andend
regular expressions are to identify the "starting line" from which to start displaying log, and the "ending line" at which to stop displaying log.Note that the
start
andend
lines themselves are excluded. So, in your build, put a header and footer lines just before and just after your html output, and use them here.For reference, in the email-ext configuration, click the Content Reference question mark icon ?
So this is how I solved it with the help of @Slav.
Jenkins job was running this script:
yello1111 11111bbbbbbb yelloooo bbbbbbb