Hello Colleagues,

Sorry for being dumb. I'm currently using the following simple step:

post {
    failure {
        emailext body: 'Check console output at $BUILD_URL to view the 
results', subject: '....
    }
}

If I want to replace this simple oneliner with a Jelly template, where should
I insert the ${JELLY_SCRIPT,template="text"} variable? I've tried the following:

emailext body: '${JELLY_SCRIPT,template="text"}', subject: '....

But it resulted in a very laconic mail body:

======================================================
GENERAL INFO
BUILD FAILURE
Build URL: https://jenkins.....
Project: ....
Date of build: Tue, 28 Sep 2021 05:08:28 +0000                                  
                                                                             
Build duration: 1 min 36 sec and counting
======================================================

Which is not at all like the lush message on the 
email-ext-plugin docs screenshots.

What am I doing wrong?

Jenkins 2.303.1, Email Extension Plugin 2.83

-- 
Victor Sudakov VAS4-RIPE
http://vas.tomsk.ru/
2:5005/49@fidonet

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/YVKlxvsBfa5aYj8q%40admin.sibptus.ru.

Reply via email to