lp:~oddbloke/ubuntu-on-ec2/+git/jenkins-job-builder

Owned by Dan Watkins
Get this repository:
git clone https://git.launchpad.net/~oddbloke/ubuntu-on-ec2/+git/jenkins-job-builder
Only Dan Watkins can upload to this repository. If you are Dan Watkins please log in for upload directions.

Branches

Name Last Modified Last Commit
jinja2 2017-08-09 14:11:42 UTC
Add !include-jinja2 for rendering templates with Jinja2

Author: Dan Watkins
Author Date: 2017-07-31 21:46:57 UTC

Add !include-jinja2 for rendering templates with Jinja2

This template included using !include-jinja2:

"""
{{ my_var }}
"""

is rendered the same as an existing template that looks like this:

"""
{my_var}
"""

This also allows the use of Jinja2's richer syntax:

"""
{% for test_environment in configuration.get("envs", ["py35"]) %}
tox -e {{ test_environment }}
{% endfor %}
"""

Story: 2001135

Change-Id: Ia3ee21822d6e9237f5ea46796bc8810ecac61e2c

plugins 2017-07-31 13:53:12 UTC
Use default plugin list when listing Forbidden

Author: Dan Watkins
Author Date: 2017-07-27 16:33:54 UTC

Use default plugin list when listing Forbidden

Listing the plugins installed on a Jenkins instance requires full
administrative permissions. For cases where we don't have permission to
read the plugin list, we should just fall back to the default list.

Story: 2000618
Task: 3052

Change-Id: I924f237f5f175216200668d133092f2357f6d9d3

master 2015-11-02 11:33:08 UTC
Implement bzr SCM module.

Author: Dan Watkins
Author Date: 2015-10-13 17:47:31 UTC

Implement bzr SCM module.

Change-Id: Iee9c42a742b4062cb4756d16e5978905e115f13f

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers