Inside my "execute shell" window I perform script logic.
Based on the results within the "execute shell" window, I may or may
not want to send email via the Jenkins Email Extension Plugin.
I have read that I can set up a pre-send script to cancel email being
set up by setting cancel=true.
My qu
I loaded the EnvInject plugin and tried that before posting here.
Inside the shell script section, I set a variable called "subject" to to a
different
text string depending on outcomes within the shell script section.
I then did a printf "subject=$subject\n" >tmp.env
I then specified tmp.env on
I would like to use variables within Jenkins email subject lines.
I am using the "editable email notification" plugin.
Instead of having a set-in-stone email subject line, I would like define
the subject line using a variable that I define based upon the job's
execution.
Anyone have any ideas?
I watched a Cloudbees Enterprise webinar today. This is essentially Jenkins
plus a bunch of their in-house developed plugins.
The VMware plugin seemed interesting for load-balancing Jenkins jobs
amongst a group of Jenkins slaves but other than that I didn't see anything
earth shatteringly new
Just to report back. This plugin allows you to add pull-down selection menu
which
is dynamically repopulated each time you run the job. You just need to
write some
groovy script to tell it how to populate the pick-list.
Extended Choice Parameter plugin
https://wiki.jenkins-ci.org/display/JENKIN
Just to report back. This plugin allows you to add pull-down selection menu
which
is dynamically repopulated each time you run the job. You just need to
write some
groovy script to tell it how to populate the pick-list.
Extended Choice Parameter plugin
https://wiki.jenkins-ci.org/display/JENKIN