<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-jenkins-job-builder.git/doc, 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>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>Auto-generated output from python-black</title>
<updated>2019-09-09T18:23:24+00:00</updated>
<author>
<name>Thanh Ha</name>
<email>zxiiro@gmail.com</email>
</author>
<published>2019-08-23T13:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=4d90c187a945c04b9949d5ee7738a049dd634897'/>
<id>4d90c187a945c04b9949d5ee7738a049dd634897</id>
<content type='text'>
Please review the following patch containing the code changes in
the repo. This patch is a transition patch and is the auto-generated
output of the python-black tool.

Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032
Signed-off-by: Thanh Ha &lt;zxiiro@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Please review the following patch containing the code changes in
the repo. This patch is a transition patch and is the auto-generated
output of the python-black tool.

Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032
Signed-off-by: Thanh Ha &lt;zxiiro@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds named branches to property strategy support</title>
<updated>2018-12-10T18:44:14+00:00</updated>
<author>
<name>sbussetti</name>
<email>steve.bussetti@gmail.com</email>
</author>
<published>2018-12-10T18:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=cf152d67c77a1d1b873a952162f981974b447248'/>
<id>cf152d67c77a1d1b873a952162f981974b447248</id>
<content type='text'>
My previous submission added support for property strategy: all branches
get the same properties.  This patch adds support for the second of 2
options, "named branches get different properties", which allows for
a default definition of properties + exceptions for individual refspecs
based on their literal branch name.  Also includes some re-org of the
existing prop. strat. support in order to DRY up the code for both.

Also adds sphinx.ext.doctest to docs/src/conf.py extensions to allow for
running `make doctest` locally.

Change-Id: Icd143fe25b1e2d5c8d1e7e8b0650d91f40838043
Signed-off-by: sbussetti &lt;steve.bussetti@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
My previous submission added support for property strategy: all branches
get the same properties.  This patch adds support for the second of 2
options, "named branches get different properties", which allows for
a default definition of properties + exceptions for individual refspecs
based on their literal branch name.  Also includes some re-org of the
existing prop. strat. support in order to DRY up the code for both.

Also adds sphinx.ext.doctest to docs/src/conf.py extensions to allow for
running `make doctest` locally.

Change-Id: Icd143fe25b1e2d5c8d1e7e8b0650d91f40838043
Signed-off-by: sbussetti &lt;steve.bussetti@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds support for Disable GitHub Multibranch Status</title>
<updated>2018-11-01T13:51:37+00:00</updated>
<author>
<name>sbussetti</name>
<email>steve.bussetti@gmail.com</email>
</author>
<published>2018-11-01T13:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=7d065af894a748aa4278aa271cd3e294dafc1029'/>
<id>7d065af894a748aa4278aa271cd3e294dafc1029</id>
<content type='text'>
Jenkins2 GitHub scms default to automatically sending updates on build
status to github for pull requests.  The plugin this enables allows
control of this by enabling or disabling the feature via an SCM trait,
allowing you to either no notify at all or manually notify via other
means.

Change-Id: I4f5629c3ee8031d41054e3be5e853201d8f0fed6
Signed-off-by: sbussetti &lt;steve.bussetti@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jenkins2 GitHub scms default to automatically sending updates on build
status to github for pull requests.  The plugin this enables allows
control of this by enabling or disabling the feature via an SCM trait,
allowing you to either no notify at all or manually notify via other
means.

Change-Id: I4f5629c3ee8031d41054e3be5e853201d8f0fed6
Signed-off-by: sbussetti &lt;steve.bussetti@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config options --jobs-only and --views-only</title>
<updated>2018-09-18T20:54:05+00:00</updated>
<author>
<name>Anil Belur</name>
<email>askb23@gmail.com</email>
</author>
<published>2018-09-10T05:31: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=9399b1f9868ce04d8c95cdd271d102947534411a'/>
<id>9399b1f9868ce04d8c95cdd271d102947534411a</id>
<content type='text'>
Add options --jobs-only and --views-only to job_builder
section in config file.

By default JJB updates both jobs and views. Some cases
non-admin users are not allowed to update views on Jenkins
which requires explicity using -j flag.

Allow users to set a config option 'update=jobs|views|all'
in the 'job_builder' section implicitly use --jobs-only or
--views-only and control these flags from the config file.

Note: CLI options takes precedence over the config file.

Change-Id: I2a94e5a2d671ccbfc505de2f19b578ecfef9e9d7
Co-Authored-By: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
Signed-off-by: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add options --jobs-only and --views-only to job_builder
section in config file.

By default JJB updates both jobs and views. Some cases
non-admin users are not allowed to update views on Jenkins
which requires explicity using -j flag.

Allow users to set a config option 'update=jobs|views|all'
in the 'job_builder' section implicitly use --jobs-only or
--views-only and control these flags from the config file.

Note: CLI options takes precedence over the config file.

Change-Id: I2a94e5a2d671ccbfc505de2f19b578ecfef9e9d7
Co-Authored-By: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
Signed-off-by: Thanh Ha &lt;zxiiro@linux.com&gt;
Signed-off-by: Anil Belur &lt;askb23@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document practical use case for variable defaults</title>
<updated>2018-09-06T22:07:10+00:00</updated>
<author>
<name>Thanh Ha</name>
<email>zxiiro@linux.com</email>
</author>
<published>2018-05-04T17:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=ce040d8ad60cdc0f2a6ad1ee32d8228909e8a7d9'/>
<id>ce040d8ad60cdc0f2a6ad1ee32d8228909e8a7d9</id>
<content type='text'>
Took inspiration from my StackOverflow reply here
https://stackoverflow.com/questions/50177308 to document a practical
use of setting variable defaults and inheritenence.

Change-Id: I45934341d3ff3fbf4ff711a435924197d2f12712
Signed-off-by: Thanh Ha &lt;zxiiro@linux.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Took inspiration from my StackOverflow reply here
https://stackoverflow.com/questions/50177308 to document a practical
use of setting variable defaults and inheritenence.

Change-Id: I45934341d3ff3fbf4ff711a435924197d2f12712
Signed-off-by: Thanh Ha &lt;zxiiro@linux.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>adopt pre-commit hooks</title>
<updated>2018-07-12T12:40:38+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@redhat.com</email>
</author>
<published>2018-06-19T17:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=4953756c27e1a6a76d3fcc7fd8989491979008b3'/>
<id>4953756c27e1a6a76d3fcc7fd8989491979008b3</id>
<content type='text'>
Change-Id: I98bc0b5717c3921b35e74f53c55f896427880a84
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I98bc0b5717c3921b35e74f53c55f896427880a84
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize newlines at end of file</title>
<updated>2018-06-29T20:07:06+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@redhat.com</email>
</author>
<published>2018-06-29T14:56: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=c2781e670f9bb52427ed4632a421375aeaaee8ad'/>
<id>c2781e670f9bb52427ed4632a421375aeaaee8ad</id>
<content type='text'>
Preparatory move for adopting pre-commit hooks.
Shoudl only remove newlines and spaces at end of files.

Change-Id: Ia33679467c533722b9308f7e7b74be395c926428
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparatory move for adopting pre-commit hooks.
Shoudl only remove newlines and spaces at end of files.

Change-Id: Ia33679467c533722b9308f7e7b74be395c926428
Signed-off-by: Sorin Sbarnea &lt;ssbarnea@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add retain_anchors config option.</title>
<updated>2018-05-31T15:00:09+00:00</updated>
<author>
<name>Vicky Chijwani</name>
<email>vickychijwani@gmail.com</email>
</author>
<published>2018-05-30T12:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=75d78b65409632c14577ba0cce74bfe2e6d3765a'/>
<id>75d78b65409632c14577ba0cce74bfe2e6d3765a</id>
<content type='text'>
If set to True, YAML anchors can be referenced across files, allowing jobs to be
composed from bits of YAML defined in separate files. False by default.

Story: 2000338
Task: 2547
Change-Id: I034ce3bce0030093cb8d4266dabbdb06d96306d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If set to True, YAML anchors can be referenced across files, allowing jobs to be
composed from bits of YAML defined in separate files. False by default.

Story: 2000338
Task: 2547
Change-Id: I034ce3bce0030093cb8d4266dabbdb06d96306d6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add support for view-templates"</title>
<updated>2018-05-23T07:41:50+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-05-23T07:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=18bf3239c0bd9f2908d92477a1d666a873a156f5'/>
<id>18bf3239c0bd9f2908d92477a1d666a873a156f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
