Creation of nested folders is not possible in
`project-type: folder` in test mode because the
folder name conflicts with the generated XML
filename and an `OSError` is thrown as a result.
This can be resolved by passing the `--config-xml`
flag when running the jobs in test mode. This
commit displays a deprecation message asking the
user to use the `--config-xml` flag.
Change-Id: I6f883040ed3d9b3536ccc2fb305cdddcfde5d765
Story: #2001937
Task: #15050
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
Branched from my xcode-20 branch and rebased from master
and added support for xcode 9.1 now that the xcode plugin has been
released
Due to:
https://issues.jenkins-ci.org/browse/JENKINS-45509
Change-Id: Ibd0f4c82b5e8f37a9da335c57786eae5dc91aefb
Updates generated config for nodejs
to match current configuration format.
Change-Id: Ie2642cc81d7dcf176c3d826120850dfaa1811150
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
The slack plugin added the "includeFailedTests" and "notifyRegression" options.
This review adds those two options, along with unit tests for them.
Change-Id: I256933d3d25c09c72c688928e9068fe66f23055b
Before the yaml parser was modified to use OrderedDict
test input/output could be incorrectly ordered relative
to the expected output. This has long been fixed and we
should now be able to remove this setting.
Change-Id: I165c3fd4189d2d0d87cc5da565cbba7df236e326
This patch adds support for aggregated test results in the Jenkins
MultiJobProject plugin.
Change-Id: I5c98f7814d33a740d9a70b584e00d1aa5f50e0ea
Signed-off-by: Major Hayden <major@redhat.com>
Add support for upstream downstream job filter for views.
Change-Id: I8869f804a6f85f8bee7720d785f03492c87ff959
Signed-off-by: Anil Belur <askb23@gmail.com>
Add support for user permissions job filter for views.
Change-Id: Ib956fa9387dc86fd8a2d297c443342b5548a9937
Signed-off-by: Anil Belur <askb23@gmail.com>
Add support for build status job filter plugin for views.
Change-Id: I1e9142e6eb7232341fc97545fe6a48fa0a94d46a
Signed-off-by: Anil Belur <askb23@gmail.com>
Due to an extra colon and indentation, the example for the credentials
plugin parameter was not being included correctly.
Change-Id: I7363f8dea713410dc4fa263a557ba7cb6d1c4e58
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Between version 0.18.1 and 2.0, the longName of postbuildscript changed
from 'Jenkins Post-Build Script Plug-in' to 'Jenkins PostBuildScript
Plugin'. Because of this JJB>1.6.2 currently does not work with previous
usages of the postbuildscript macros, as the lookup never succeeds for
the plugin<2.0.
This change switches the 'get_plugin_info' call to query using the
shortName, which hasn't changed.
Change-Id: I51437a300993ed09c7419bd9fc70afd0e8629119
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>