<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-jenkins-job-builder.git/tests/general, 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>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>Add support for two new plugins, and a new version of one</title>
<updated>2019-07-25T20:12:49+00:00</updated>
<author>
<name>kendallpcdoctor</name>
<email>kendall@pc-doctor.com</email>
</author>
<published>2019-07-25T18:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=5117d87e8c7b9272f1ac5ef59f2f05afc32c9715'/>
<id>5117d87e8c7b9272f1ac5ef59f2f05afc32c9715</id>
<content type='text'>
Added new support for the following plugins:
Perforce plugin: https://wiki.jenkins.io/display/JENKINS/Perforce+Plugin
InfluxDB plugin: https://wiki.jenkins.io/display/JENKINS/InfluxDB+Plugin

Added support for v3.0 of the following plugin
https://wiki.jenkins.io/display/JENKINS/Priority+Sorter+Plugin

Change-Id: If109863a91710c08b34dee622496e551a7b3b520
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added new support for the following plugins:
Perforce plugin: https://wiki.jenkins.io/display/JENKINS/Perforce+Plugin
InfluxDB plugin: https://wiki.jenkins.io/display/JENKINS/InfluxDB+Plugin

Added support for v3.0 of the following plugin
https://wiki.jenkins.io/display/JENKINS/Priority+Sorter+Plugin

Change-Id: If109863a91710c08b34dee622496e551a7b3b520
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not ignore global-settings-type in Maven module</title>
<updated>2019-01-04T21:58:20+00:00</updated>
<author>
<name>Mykola Nikishov</name>
<email>mn@mn.com.ua</email>
</author>
<published>2019-01-04T18:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=bc55a673a075de6983b37a9150e05cfca99b5ab3'/>
<id>bc55a673a075de6983b37a9150e05cfca99b5ab3</id>
<content type='text'>
settings-type parameter hides global-settings-type and makes it
impossible to use settings from the file and ConfigFileProvider at the
same time like:

    maven:
      settings-type: file
      settings: mvn/settings.xml
      global-settings-type: cfp
      global-settings: test

Change-Id: Ieda05912ae8b28942d98150a51c92b2521f2b6bf
Signed-off-by: Mykola Nikishov &lt;mn@mn.com.ua&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
settings-type parameter hides global-settings-type and makes it
impossible to use settings from the file and ConfigFileProvider at the
same time like:

    maven:
      settings-type: file
      settings: mvn/settings.xml
      global-settings-type: cfp
      global-settings: test

Change-Id: Ieda05912ae8b28942d98150a51c92b2521f2b6bf
Signed-off-by: Mykola Nikishov &lt;mn@mn.com.ua&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>bug/2002053 allow None for auth-token</title>
<updated>2018-05-17T06:29:38+00:00</updated>
<author>
<name>Daniel Richardson</name>
<email>daniel.djrichar@gmail.com</email>
</author>
<published>2018-05-17T06:26: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=0f45ba0351e1b088c1e5fb8cf117a43051b33fb2'/>
<id>0f45ba0351e1b088c1e5fb8cf117a43051b33fb2</id>
<content type='text'>
auth-tokean as None type should exclude from the build job
valuable for reuseing jobs that sometime need auth and othertimes don't

Change-Id: I691e7dd4ff1af53efd9fac3363bce9d41038cf25
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
auth-tokean as None type should exclude from the build job
valuable for reuseing jobs that sometime need auth and othertimes don't

Change-Id: I691e7dd4ff1af53efd9fac3363bce9d41038cf25
</pre>
</div>
</content>
</entry>
<entry>
<title>Maven project: allow to disable trigger downstream projects</title>
<updated>2018-02-27T17:57:12+00:00</updated>
<author>
<name>Andrea Scarpino</name>
<email>me@andreascarpino.it</email>
</author>
<published>2017-09-26T13:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=dff7df4ef0ac494613844e493035587db9ab6a64'/>
<id>dff7df4ef0ac494613844e493035587db9ab6a64</id>
<content type='text'>
Change-Id: Ie4af949ad686f007d3091d947ef65c670262f8d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie4af949ad686f007d3091d947ef65c670262f8d4
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic folder support</title>
<updated>2017-10-23T17:29:21+00:00</updated>
<author>
<name>Darragh Bailey</name>
<email>dbailey@hp.com</email>
</author>
<published>2015-11-30T12:20: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=af9d984baa7f93ba8e846ff30a681d04117397e7'/>
<id>af9d984baa7f93ba8e846ff30a681d04117397e7</id>
<content type='text'>
Allows specifying a folder attribute for each job generated, which in
turn is used when creating or uploading to place the job under the
requested folder.

The job name is expanded after defaults are applied, to support the
attribute being defined within a set of defaults applied to a number of
jobs.

This in turn allows for multiple jobs with the same basename to exist,
provided they are targeted at different folders.

Does not support creating the folders if they do not exist.

Change-Id: I8c2157c4c81087cc972a048d1b88d5f08ac65361
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows specifying a folder attribute for each job generated, which in
turn is used when creating or uploading to place the job under the
requested folder.

The job name is expanded after defaults are applied, to support the
attribute being defined within a set of defaults applied to a number of
jobs.

This in turn allows for multiple jobs with the same basename to exist,
provided they are targeted at different folders.

Does not support creating the folders if they do not exist.

Change-Id: I8c2157c4c81087cc972a048d1b88d5f08ac65361
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete support of Yaml Axis Plugin</title>
<updated>2017-06-22T14:34:37+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2016-03-01T15:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=7b1c47711dd0bcf61be829ccbf9e8cfdf9dd98d9'/>
<id>7b1c47711dd0bcf61be829ccbf9e8cfdf9dd98d9</id>
<content type='text'>
The plugin uses a different matrix execution strategy. I have refactored
the part of code assuming there is only one strategy.  The previous one
is known as 'default' and this change is back compatible.

Drop an error whenever more than one strategy is used.

Support exclude rules from either a file or inlined YAML (note in the
later case the YAML will need to be a literal string).

Tweak axis type documentation to reference both built-in axes and ones
provided by additional plugins.

Include three different examples for Yaml Axis which would help end
users understand how to add support for exclusion and or specificy the
exclusion as inlined Yaml.

Change-Id: I18e0fc7cb525fba3b772bae10e81d8dfce7298cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The plugin uses a different matrix execution strategy. I have refactored
the part of code assuming there is only one strategy.  The previous one
is known as 'default' and this change is back compatible.

Drop an error whenever more than one strategy is used.

Support exclude rules from either a file or inlined YAML (note in the
later case the YAML will need to be a literal string).

Tweak axis type documentation to reference both built-in axes and ones
provided by additional plugins.

Include three different examples for Yaml Axis which would help end
users understand how to add support for exclusion and or specificy the
exclusion as inlined Yaml.

Change-Id: I18e0fc7cb525fba3b772bae10e81d8dfce7298cb
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor base test classes inheritance for reuse</title>
<updated>2016-09-14T13:58:57+00:00</updated>
<author>
<name>Darragh Bailey</name>
<email>dbailey@hpe.com</email>
</author>
<published>2016-06-29T11:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/python-jenkins-job-builder.git/commit/?id=4573b3a25d6df12e4e8515f414d161adbd7d37de'/>
<id>4573b3a25d6df12e4e8515f414d161adbd7d37de</id>
<content type='text'>
Refactor base test class inheritance to allow for BaseTest class to be
reused without needing to also import the TestCase class everywhere in
order to avoid having the common test function executed on base classes.

This makes it easier to build base testing classes and then simplifies
the subclassing of these for actual tests.

Change-Id: I89809e8082469f814f245db4a9ab7658aac8a405
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor base test class inheritance to allow for BaseTest class to be
reused without needing to also import the TestCase class everywhere in
order to avoid having the common test function executed on base classes.

This makes it easier to build base testing classes and then simplifies
the subclassing of these for actual tests.

Change-Id: I89809e8082469f814f245db4a9ab7658aac8a405
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a doc entry and a test for jdk general parameter</title>
<updated>2016-07-22T10:46:20+00:00</updated>
<author>
<name>Thomas Desvenain</name>
<email>thomas.desvenain@gmail.com</email>
</author>
<published>2016-07-22T10:45: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=2da05c83c4aacb6a99885c1b00d858d080bf48ae'/>
<id>2da05c83c4aacb6a99885c1b00d858d080bf48ae</id>
<content type='text'>
Change-Id: I8e42e0a10f1fba2fd0e2931481f5e720be278b9d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8e42e0a10f1fba2fd0e2931481f5e720be278b9d
</pre>
</div>
</content>
</entry>
</feed>
