<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-jenkins-job-builder.git, branch 3.2.0</title>
<subtitle>patches to python-jenkins-job-builder package in Fedora</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/'/>
<entry>
<title>Merge "Fix the yaml load warning."</title>
<updated>2019-12-16T15:00:56+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-12-16T15:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=63d877945d1474296ab6ba45ad3e6dcd753081f1'/>
<id>63d877945d1474296ab6ba45ad3e6dcd753081f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for noSquash (no-squash) in jms-messaging trigger</title>
<updated>2019-12-13T19:38:32+00:00</updated>
<author>
<name>Waldemar Znoinski</name>
<email>wznoinsk@redhat.com</email>
</author>
<published>2019-12-06T12:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=2ea9841a9696d7e8c7cc9281dfd8de4498926090'/>
<id>2ea9841a9696d7e8c7cc9281dfd8de4498926090</id>
<content type='text'>
It's sometimes required to trigger a job build on every CI message.
To achieve that the XML's noSquash (jjb: no-squash) has to be set to
True.

see triggers section at:
https://wiki.jenkins.io/display/JENKINS/JMS+Messaging+Plugin

Change-Id: I389e59cca4f649379614f7f6247bf76cf4a0ba95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's sometimes required to trigger a job build on every CI message.
To achieve that the XML's noSquash (jjb: no-squash) has to be set to
True.

see triggers section at:
https://wiki.jenkins.io/display/JENKINS/JMS+Messaging+Plugin

Change-Id: I389e59cca4f649379614f7f6247bf76cf4a0ba95
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the yaml load warning.</title>
<updated>2019-12-10T08:52:40+00:00</updated>
<author>
<name>Daniel Bengtsson</name>
<email>dbengt@redhat.com</email>
</author>
<published>2019-12-10T08:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=0b4ed38ca6c50f61636fd98bedf759f2198ac5e4'/>
<id>0b4ed38ca6c50f61636fd98bedf759f2198ac5e4</id>
<content type='text'>
In the new version of PyYAML the API changed to be more explicit. Now
the default value for the Loader is None, see:

https://github.com/yaml/pyyaml/blob/5.1/lib3/yaml/__init__.py#L103

The load is unsafe. It's better to use safe_load function.

Change-Id: Ia1cd16f2ff970ca220a266c99b6554dd4254ebd9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the new version of PyYAML the API changed to be more explicit. Now
the default value for the Loader is None, see:

https://github.com/yaml/pyyaml/blob/5.1/lib3/yaml/__init__.py#L103

The load is unsafe. It's better to use safe_load function.

Change-Id: Ia1cd16f2ff970ca220a266c99b6554dd4254ebd9
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to debug log level for not deleting job</title>
<updated>2019-11-22T15:07:06+00:00</updated>
<author>
<name>Thanh Ha</name>
<email>zxiiro@gmail.com</email>
</author>
<published>2019-11-22T15:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=67dc0087a792c5f77c8560d6ef1f31d61275f056'/>
<id>67dc0087a792c5f77c8560d6ef1f31d61275f056</id>
<content type='text'>
The spam caused by jjb not doing anything with a job is not
generally interesting so switch it to a DEBUG level logger.

Change-Id: I0c5277612c8db3a11a1e44d4855b4a51226a8f2c
Signed-off-by: Thanh Ha &lt;zxiiro@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The spam caused by jjb not doing anything with a job is not
generally interesting so switch it to a DEBUG level logger.

Change-Id: I0c5277612c8db3a11a1e44d4855b4a51226a8f2c
Signed-off-by: Thanh Ha &lt;zxiiro@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add alias to multijob builder</title>
<updated>2019-11-13T06:08:38+00:00</updated>
<author>
<name>Artem Nikitin</name>
<email>anikitin@networkoptix.com</email>
</author>
<published>2019-11-12T10:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=fa688582a62d702b2a63e302dec28d10762da4cd'/>
<id>fa688582a62d702b2a63e302dec28d10762da4cd</id>
<content type='text'>
It's helpful to have possibility to set `jobAlias` in case the
same job is used multiple times with different configurations.

Change-Id: Ic092c6b2f5d893e75ebce4aaebc7eaf88a8978a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's helpful to have possibility to set `jobAlias` in case the
same job is used multiple times with different configurations.

Change-Id: Ic092c6b2f5d893e75ebce4aaebc7eaf88a8978a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Private and WIP change support for gerrit</title>
<updated>2019-11-06T16:03:30+00:00</updated>
<author>
<name>Joseph Kostreva</name>
<email>joseph.kostreva@garmin.com</email>
</author>
<published>2019-08-22T18:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=8c29f8931c3412ce1a4c5b772cf8aaf13690684f'/>
<id>8c29f8931c3412ce1a4c5b772cf8aaf13690684f</id>
<content type='text'>
Updated gerrit trigger support to include the new exclude private and
exclude wip changes.

Change-Id: I75d8113941e4e455ec34fab23d347816c2ef699b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated gerrit trigger support to include the new exclude private and
exclude wip changes.

Change-Id: I75d8113941e4e455ec34fab23d347816c2ef699b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix double inderection of name templates</title>
<updated>2019-11-06T05:33:57+00:00</updated>
<author>
<name>James Harris</name>
<email>james.harris@garmin.com</email>
</author>
<published>2019-08-22T20:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=8c19ca0cd20a1b039c15c70bb313a07d5784ddd1'/>
<id>8c19ca0cd20a1b039c15c70bb313a07d5784ddd1</id>
<content type='text'>
Ensure that we can resolve any lazily loaded templates that might be
dictionary keys in yaml. For more informmation please see the added test
case in tests/yamlparser/fixtures/jinja-string04.yaml.

Change-Id: I67fbca422f2165729af15e4d039278ad66f6240b
Story: 2006431
Task: 36338
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that we can resolve any lazily loaded templates that might be
dictionary keys in yaml. For more informmation please see the added test
case in tests/yamlparser/fixtures/jinja-string04.yaml.

Change-Id: I67fbca422f2165729af15e4d039278ad66f6240b
Story: 2006431
Task: 36338
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow use of jinja templates in defaults</title>
<updated>2019-11-06T02:18:28+00:00</updated>
<author>
<name>James Harris</name>
<email>james.harris@garmin.com</email>
</author>
<published>2019-08-22T19:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=b27399c477e5d5331c59aa341b734f5901a7fffe'/>
<id>b27399c477e5d5331c59aa341b734f5901a7fffe</id>
<content type='text'>
Jinja templates are not deep-copyable so they cannot be used in
"defautls" sections or to pick defualts for job groups or projects.

This works around the issue by waiting until we render the template to
construct the template itself.

Story: 2006431
Task: 36337
Change-Id: Ief31fdaac06bb14d0aaba71c8c0e658a7f861671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jinja templates are not deep-copyable so they cannot be used in
"defautls" sections or to pick defualts for job groups or projects.

This works around the issue by waiting until we render the template to
construct the template itself.

Story: 2006431
Task: 36337
Change-Id: Ief31fdaac06bb14d0aaba71c8c0e658a7f861671
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix repository location in README.rst</title>
<updated>2019-11-05T08:29:26+00:00</updated>
<author>
<name>Thomas Bechtold</name>
<email>tbechtold@suse.com</email>
</author>
<published>2019-11-05T08:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=c56e325217a7488fa57eaf53c5d5f37d80a0051c'/>
<id>c56e325217a7488fa57eaf53c5d5f37d80a0051c</id>
<content type='text'>
It's nowadays opendev.org so use that.

Change-Id: I91382e8d18deec6c91e84d9232f013792631e66a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's nowadays opendev.org so use that.

Change-Id: I91382e8d18deec6c91e84d9232f013792631e66a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support sectioned views"</title>
<updated>2019-11-04T19:58:27+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-11-04T19:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=57e0ab29425866f4e03b31d7d6df7b91ce2c5490'/>
<id>57e0ab29425866f4e03b31d7d6df7b91ce2c5490</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
