<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-jenkins-job-builder.git/tests, 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>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>Support sectioned views</title>
<updated>2019-10-28T22:37:27+00:00</updated>
<author>
<name>Jan Zerebecki</name>
<email>jan.openstack@zerebecki.de</email>
</author>
<published>2019-10-28T14:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=35d4da29d38b1f6326dcbb7236e9658db5d81bbc'/>
<id>35d4da29d38b1f6326dcbb7236e9658db5d81bbc</id>
<content type='text'>
Change-Id: Iaf352e8cc62644fb05afaae21630b9bec2cd30c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iaf352e8cc62644fb05afaae21630b9bec2cd30c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Support nested views</title>
<updated>2019-10-24T12:27:34+00:00</updated>
<author>
<name>Jan Zerebecki</name>
<email>jan.openstack@zerebecki.de</email>
</author>
<published>2019-10-16T12:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=587740ec757e46bc971110582e2e9f3f134b26b3'/>
<id>587740ec757e46bc971110582e2e9f3f134b26b3</id>
<content type='text'>
Change-Id: I13532a16efc6e970ab5a7c021ec4d77be98d3de8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I13532a16efc6e970ab5a7c021ec4d77be98d3de8
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix Authorization properties for folder and job in Folder"</title>
<updated>2019-10-13T20:46:59+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-10-13T20:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=da1e227c8c80e4c280d172c4e830b6d27a17d86f'/>
<id>da1e227c8c80e4c280d172c4e830b6d27a17d86f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
