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

Last commit made on 2015-11-02
Get this branch:
git clone -b master https://git.launchpad.net/~oddbloke/ubuntu-on-ec2/+git/jenkins-job-builder
Only Dan Watkins can upload to this branch. If you are Dan Watkins please log in for upload directions.

Branch merges

Branch information

Recent commits

f419ad1... by Dan Watkins

Implement bzr SCM module.

Change-Id: Iee9c42a742b4062cb4756d16e5978905e115f13f

4905458... by Jenkins <email address hidden>

Merge "[BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues""

dff8339... by mostwanted <email address hidden>

[BUGFIX] Add missing "strExclusionSet" element when using "exclusionValues"

Otherwise a NullPointerException is thrown.

Co-Authored By: Dong Ma <email address hidden>

Change-Id: I19435bc4af8265ad03754643b84d06189d6c5493
Story: 2000334

55fa8fd... by Sebastian Schuberth

quick-start: Fix the configuration file argument to read "--conf"

Change-Id: Id9f9290cd8e7eabd3c3dbb5ee27cf3e3e1d52176

46bc9ec... by Jenkins <email address hidden>

Merge "fix for python 3, decode job output"

057bf25... by Jenkins <email address hidden>

Merge "Made a common helper function - convert_mapping_to_xml"

899bc6c... by Khai Do

fix for python 3, decode job output

Change Ie952617a34c0719e forced utf-8 format but forgot to decode the
xml when passing to update_job. This broke jjb for python 3:

 File "/Users/khaido/PycharmProjects/jenkins-job-builder
     /jenkins_jobs/builder.py", line
 134, in update_job
    self.jenkins.create_job(job_name, xml)

 File "/Users/khaido/PycharmProjects/jenkins-job-builder/.tox
      /py34/lib/python3.4/site-packages/jenkins/__init__.py",
 line 852, in create_job
      config_xml.encode('utf-8'), DEFAULT_HEADERS))
  AttributeError: 'function' object has no attribute 'encode'

Change-Id: Iceda46214bf4709ccd8141ef654cf3ec81e8af06

4672157... by Jenkins <email address hidden>

Merge "Fix update after deleting all jobs"

7169e95... by Jenkins <email address hidden>

Merge "Fix delete-all command on python 3"

247cb35... by Khai Do

Fix update after deleting all jobs

Change Id7f7dfb567997e0 introduced a bug where JJB thought that the jobs
were still on the Jenkins server after using the deleting-all command.
Subsequent updates would not re-create the jobs. This change fixes that
problem by clearing out the JJB cache after all jobs have been removed.

Change-Id: I37e65a78f4ba8b05d76b74ff9841d45de9b5bfad