jenkins-job-builder/jenkins_jobs/modules
James E. Blair 8f09841693 Refactor modules and templating.
Switch to using entry points for loading modules as well as
individual buliders, triggers, publishers, etc.

Remove most openstack-specific python code.

Change templating so it's less repetitive -- a single project
definition will suffice for multiple jobs or job-groups.

This outputs XML that is identical to the current production XML,
warts and all.  There are significant improvements that can be made
to the YAML in a separate change, as they will cause minor changes
to existing jobs (adding timestamps, logrotate, etc.).  These are
mostly marked with TODO in this change.

Change-Id: Idcfddb3b43b6cfef4b20919a84540706d7a0a0b1
Reviewed-on: https://review.openstack.org/11000
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-08-10 16:00:42 +00:00
..
__init__.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
assignednode.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
base.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
builders.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
logrotate.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
project_freestyle.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
project_maven.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
properties.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
publishers.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
scm.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
triggers.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
wrappers.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
zuul.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00