Currently I'm using the parameterized build plugin to run the same job
multiple times. This downstream job, however, takes different parameters
for each build, so I have accomplished this by choosing the option to
"trigger a build for each file." The later builds then read their parameter
files
The way you set them is in the global configuration for Jenkins.
See
https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-Emailtokens
On Sun Jan 11 2015 at 6:53:36 PM A K wrote:
> Hi,
>
> I am dump-new to Jenkins and plugins.
>
> I am trying to use email-ext plugin.
> I
Hi,
I am dump-new to Jenkins and plugins.
I am trying to use email-ext plugin.
I tried to change DEFAULT_SUBJECT, DEFAULT_CONTENT (they belong to
email-ext plugin) in the 'Execute Shell', It did not work.
I tried to add a new variable by defining it in 'Execute Shell", no effect.
I understand t