The tag refers to `email-ext` plugin for Jenkins, which extends email sending options.
Questions tagged [jenkins-email-ext]
108 questions
0
votes
1 answer
How do I get the hostname into a jenkins email-ext subject line?
How do I get the hostname into an email-ext subject line in jenkins?
I.e. I want something like:
`hostname` $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!

K Richard Pixley
- 617
- 1
- 6
- 10
-1
votes
1 answer
How to pass string paramter in Jenkins pipeline to customize emailext?
I am trying to use the env parameters to customize the email body. But i not able to achieve it.
String parameter1 : NAMESPACE = abcd
Jenkins pipeline :
agent{ label 'apps' }
stages {
stage("Checkout Sourcecode") {
…

justin xa
- 105
- 1
- 11
-1
votes
1 answer
How to compress a file and copy it to another loaction via jenkins email-ext Pre-send Script?
I know little about groovy, PLZ help.
def ant = new AntBuilder()
ant.echo('hello from Ant!')
This code also not working.

Dale
- 191
- 1
- 1
- 12