jenkins-job-builder/jenkins_jobs/modules
Will Soula fb582ad2dc Fixing defaults for email-ext
If you go into Jenkins and just fill out the reipient list and click
save, Jenkins will default to having a Failure Trigger.  Jenkins
will also set the subject to $DEFAULT_SUBJECT and the content
to $DEFAULT_CONTENT.  This change is making JJB have the same
defaults for the email-ext functionality.  This way a user
can just set the recipient list and have it show up in Jenkins.
Previously just setting the reipient list lead to $DEFAULT_RECIPIENTS
being set instead with a FailureTrigger and this can be confusing
to some users.  This change also makes the recipient list default
to $DEFAULT_RECIPIENTS, like the plugin does when you first add
it to a job.  This way a user can just specify email-ext and the
global defaults will be used.

Change-Id: I8f207d495466a4a87431dbcb2cd46cb661b60ce1
Reviewed-on: https://review.openstack.org/19391
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-01-10 21:16:48 +00:00
..
__init__.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
base.py Add documentation. 2012-09-17 20:25:38 +00:00
builders.py Adding ability to use batch commands 2013-01-10 21:15:10 +00:00
general.py Adding ability to specify the JDK to use. This change moves the top level config from builder.py into a separate file called general.py. This change also moves the assigned node work as well as the log rotator work into the general.py file. This change also adds the ability to specify the JDK for the build to use. 2012-12-19 03:18:32 +00:00
hipchat_notif.py Bump pep8 to 1.3.3 2012-11-23 21:51:08 +00:00
notifications.py Bump pep8 to 1.3.3 2012-11-23 21:51:08 +00:00
parameters.py Bump pep8 to 1.3.3 2012-11-23 21:51:08 +00:00
project_freestyle.py Add documentation. 2012-09-17 20:25:38 +00:00
project_matrix.py add matrix job support 2012-12-06 21:09:26 +00:00
project_maven.py Add documentation. 2012-09-17 20:25:38 +00:00
properties.py add category support to throttle configuration 2012-12-19 17:41:45 +00:00
publishers.py Fixing defaults for email-ext 2013-01-10 21:16:48 +00:00
reporters.py Add email publisher/reporter. 2012-09-20 15:20:45 +00:00
scm.py Adding new options to git checkout 2013-01-05 00:43:54 +00:00
triggers.py Fix up example syntax in triggers.py 2012-11-07 19:17:57 +00:00
wrappers.py Fixing capitalization of SubElement in wrappers.py 2013-01-03 00:20:48 +00:00
zuul.py Add ZUUL_REF parameter to zuul post jobs. 2012-12-16 19:49:58 +00:00