jenkins-job-builder/jenkins_jobs
Tollef Fog Heen 8860e647a0 Add support for giving lists to job templates
This change allows constructs like:

- job-template:
    name: "foo-build-{slave}"

- project:
    slave:
      - debian-squeeze-powerpc
      - debian-squeeze-amd64

and will then instantiate the job template for each value in the
list.

Change-Id: I057a30ef6d91048efacc4a6da2142cb8f924dd06
Reviewed-on: https://review.openstack.org/14738
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
2012-10-30 13:37:19 +00:00
..
modules Adding ability to checkout from subversion and use the list tags parameter with the parameterized build plugin 2012-10-30 13:35:50 +00:00
sphinx Make Jenkins Job Builder pass pyflakes checks. 2012-09-17 21:56:55 +00:00
__init__.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
builder.py Add support for giving lists to job templates 2012-10-30 13:37:19 +00:00
errors.py Adding some exception classes 2012-10-01 17:03:03 +00:00