Editable Email Notification. How do I set conditional Email Logic?

2012-11-08 Thread Tom80112
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

Re: Using variables within the Jenkins email subject lines ?

2012-09-26 Thread Tom80112
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

Using variables within the Jenkins email subject lines ?

2012-09-25 Thread Tom80112
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?

Cloudbees Enterprise ?? How useful is it ??

2012-09-18 Thread Tom80112
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

Re: Plugin to query the user for input? Or another way to do it??

2012-09-18 Thread Tom80112
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

Re: Creating a "deploy job" that allows me to select from a list of build files?

2012-09-18 Thread Tom80112
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