jenkins-job-builder/tests/builders/fixtures
Matthieu Baerts 1d6e580ff3
xunit: support versions 3+
A new major version (3.0.0) of XUnit plugin has been released in January
2021:

  https://github.com/jenkinsci/xunit-plugin/releases/

I didn't have an issue when I upgraded the plugin from version 2.4.0 to
3.0.0. But I started to have this error at the end of a build and I
guess it appeared only after having modified the configuration of the
Jenkins jobs with JJB:

  ERROR: Build step failed with exception
  java.lang.IllegalArgumentException: The tools section is required.
	at org.jenkinsci.plugins.xunit.XUnitProcessor.<init>(XUnitProcessor.java:139)
	at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:204)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1932)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
  Build step 'Publish xUnit test result report' marked build as failure

When looking at the configuration of the job from the Web UI, the XUnit
plugin was enabled but left "unconfigured": no file to look at.

Apparently, JJB is sending a XML config that is not understood by XUnit
plugin anymore. I guess I didn't have any issue before updating the
Jenkins jobs with JJB because when upgrading XUnit plugin from 2.4.0 to
3.0.0, Jenkins migrated the config to the new format.

From what I see when analysing the generated XML from JJB and the one
from Jenkins after having configured a job manually, a sub-element has
been renamed, from 'types' to 'tools'. I suspect this is caused by this
commit:

  https://github.com/jenkinsci/xunit-plugin/commit/aa47ac57d

(XUnitBuilder class had this line: @XStreamAlias("types"))

So here, I simply picked 'tools' or 'types' for the sub-element and
depending on the plugin's version in both the builder and the publisher
parts. I'm only using the publisher but I guess the problem is the same
with the builder.

Tests have been adapted to verify both versions <3.0.0 and >=3.0.0.

Change-Id: Ie78539d0ae25ddc139ad9982cdffd2e683dd40b2
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
2021-03-17 16:21:33 +01:00
..
cmake Default cmake config to newest plugin format 2017-07-26 15:59:15 -04:00
trigger-builds Support the use of lists in trigger-build builder. 2015-04-17 13:51:47 -07:00
trigger-remote Add enhanced-logging for trigger-remote 2017-12-18 14:25:28 +03:00
ansible-playbook001.xml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ansible-playbook001.yaml Builders: Add ansible-playbook builder 2016-10-21 14:47:11 +02:00
ansible-playbook002.xml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ansible-playbook002.yaml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ansible-playbook003.xml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ansible-playbook003.yaml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ansible-playbook004.xml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ansible-playbook004.yaml Add support for become in ansible playbook 2020-02-25 11:18:52 +01:00
ansible-playbook005.xml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ansible-playbook005.yaml Introduce disable-host-key-checking for builder ansible-playbook 2020-05-15 11:24:34 +02:00
ant001.xml Add additional yaml/xml tests, literalinclude them 2014-04-29 11:57:15 -07:00
ant001.yaml Add additional yaml/xml tests, literalinclude them 2014-04-29 11:57:15 -07:00
ant002.xml ant: Refactor code to improve readability 2018-08-12 21:53:16 +08:00
ant002.yaml Add additional yaml/xml tests, literalinclude them 2014-04-29 11:57:15 -07:00
artifact-resolver-full.xml Update artifact_resolver to make use of convert_mapping_to_xml() 2018-02-28 09:08:39 +00:00
artifact-resolver-full.yaml Update artifact_resolver to make use of convert_mapping_to_xml() 2018-02-28 09:08:39 +00:00
artifact-resolver-minimal.xml Update artifact_resolver to make use of convert_mapping_to_xml() 2018-02-28 09:08:39 +00:00
artifact-resolver-minimal.yaml Update artifact_resolver to make use of convert_mapping_to_xml() 2018-02-28 09:08:39 +00:00
batch.xml Add additional yaml/xml tests, literalinclude them 2014-04-29 11:57:15 -07:00
batch.yaml Add additional yaml/xml tests, literalinclude them 2014-04-29 11:57:15 -07:00
beaker-content.xml Adding support for Beaker Builder Plugin 2015-05-04 13:31:14 +02:00
beaker-content.yaml Adding support for Beaker Builder Plugin 2015-05-04 13:31:14 +02:00
beaker-path.xml Adding support for Beaker Builder Plugin 2015-05-04 13:31:14 +02:00
beaker-path.yaml Adding support for Beaker Builder Plugin 2015-05-04 13:31:14 +02:00
build-name-setter001.xml Add Build Name Setter to Builders 2016-04-24 09:38:12 -04:00
build-name-setter001.yaml Add Build Name Setter to Builders 2016-04-24 09:38:12 -04:00
build-name-setter002.xml Add Build Name Setter to Builders 2016-04-24 09:38:12 -04:00
build-name-setter002.yaml Add Build Name Setter to Builders 2016-04-24 09:38:12 -04:00
build-publish-docker-image-full.xml Add support for "Build / Publish Docker Image" 2018-09-24 20:16:21 +05:30
build-publish-docker-image-full.yaml Add support for "Build / Publish Docker Image" 2018-09-24 20:16:21 +05:30
build-publish-docker-image-minimal.xml Add support for "Build / Publish Docker Image" 2018-09-24 20:16:21 +05:30
build-publish-docker-image-minimal.yaml Add support for "Build / Publish Docker Image" 2018-09-24 20:16:21 +05:30
builders-from.xml Add more tests 2014-04-29 10:34:22 -07:00
builders-from.yaml Add more tests 2014-04-29 10:34:22 -07:00
changeassemblyversion-full.xml Use convert_mapping_to_xml for CAV plugin 2017-02-09 21:01:34 -05:00
changeassemblyversion-full.yaml Use convert_mapping_to_xml for CAV plugin 2017-02-09 21:01:34 -05:00
changeassemblyversion-minimal.xml Use convert_mapping_to_xml for CAV plugin 2017-02-09 21:01:34 -05:00
changeassemblyversion-minimal.yaml Use convert_mapping_to_xml for CAV plugin 2017-02-09 21:01:34 -05:00
cloudformation.xml Add Ability to use the AWS Cloudformation Plugin 2015-08-31 07:45:52 -05:00
cloudformation.yaml Add Ability to use the AWS Cloudformation Plugin 2015-08-31 07:45:52 -05:00
conditional-step-and.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-and.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-build-cause.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-build-cause.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-day-of-week001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-day-of-week001.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-day-of-week002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-day-of-week002.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-day-of-week003.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-day-of-week003.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-execution-node.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-execution-node.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-files-match.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-files-match.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-multiple-steps-and.xml Builders: conditional-step fix 2017-06-05 22:04:56 +02:00
conditional-step-multiple-steps-and.yaml Builders: conditional-step fix 2017-06-05 22:04:56 +02:00
conditional-step-multiple-steps.xml Builders: conditional-step fix 2017-06-05 22:04:56 +02:00
conditional-step-multiple-steps.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-not-file-exists.xml adds support for not condition in conditional_step 2015-02-12 11:59:20 -06:00
conditional-step-not-file-exists.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-notbuild-aborted.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-notbuild-aborted.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-num-comp.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-num-comp.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-or.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-or.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-regex-match.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-regex-match.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
conditional-step-strings-match.xml Add strings-match conditional step 2014-10-27 17:07:14 -06:00
conditional-step-strings-match.yaml Add strings-match conditional step 2014-10-27 17:07:14 -06:00
conditional-step-success-failure.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-success-failure.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-success-unstable.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-success-unstable.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-time.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
conditional-step-time.yaml Support for more conditions type in conditions-buildstep plugin 2015-07-13 23:35:24 +05:30
config-file-provider-full.xml config-file-provider: Add tests 2018-09-07 22:50:46 +08:00
config-file-provider-full.yaml config-file-provider: Add tests 2018-09-07 22:50:46 +08:00
config-file-provider-minimal.xml config-file-provider: Add tests 2018-09-07 22:50:46 +08:00
config-file-provider-minimal.yaml config-file-provider: Add tests 2018-09-07 22:50:46 +08:00
copy-artifact001.xml copyartifact: Add support for new options 2018-08-25 20:33:35 +08:00
copy-artifact001.yaml Add 'do-not-fingerprint' to 'copyartifact' builder 2015-11-19 17:16:20 -05:00
copy-artifact002.xml copyartifact: Add support for new options 2018-08-25 20:33:35 +08:00
copy-artifact002.yaml Add 'last-completed' to copyartifact 'which-build' values 2015-02-13 16:11:20 +03:00
copy-artifact003.xml copyartifact: Add support for new options 2018-08-25 20:33:35 +08:00
copy-artifact003.yaml Added "Downstream build of" build selector 2015-12-14 12:49:44 +08:00
copy-artifact004.xml copyartifact: Add support for new options 2018-08-25 20:33:35 +08:00
copy-artifact004.yaml copyartifact: Add support for new options 2018-08-25 20:33:35 +08:00
critical-block-end.xml Added support for Exclusion plugin 2014-04-21 13:14:47 -04:00
critical-block-end.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
critical-block-start.xml Added support for Exclusion plugin 2014-04-21 13:14:47 -04:00
critical-block-start.yaml Added support for Exclusion plugin 2014-04-21 13:14:47 -04:00
critical-block.xml Added support for Exclusion plugin 2014-04-21 13:14:47 -04:00
critical-block.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
description-setter001.xml Description Setter Plugin support as builder 2016-02-19 04:20:56 +00:00
description-setter001.yaml Description Setter Plugin support as builder 2016-02-19 04:20:56 +00:00
docker-builder001.xml docker-build-publish: Improve support for new options 2018-09-10 01:57:31 +08:00
docker-builder001.yaml docker-build-publish: Improve support for new options 2018-09-10 01:57:31 +08:00
docker-builder002.xml docker-build-publish: Improve support for new options 2018-09-10 01:57:31 +08:00
docker-builder002.yaml docker-build-publish: Improve support for new options 2018-09-10 01:57:31 +08:00
docker-pull-image-full.xml docker-pull-image: Pull Docker image from Docker Hub/Registry 2018-10-29 15:04:37 +00:00
docker-pull-image-full.yaml docker-pull-image: Pull Docker image from Docker Hub/Registry 2018-10-29 15:04:37 +00:00
docker-pull-image-minimal.xml docker-pull-image: Pull Docker image from Docker Hub/Registry 2018-10-29 15:04:37 +00:00
docker-pull-image-minimal.yaml docker-pull-image: Pull Docker image from Docker Hub/Registry 2018-10-29 15:04:37 +00:00
doxygen001.xml Add doxygen builder support 2016-01-29 12:28:57 +08:00
doxygen001.yaml Add doxygen builder support 2016-01-29 12:28:57 +08:00
doxygen002.xml Add doxygen builder support 2016-01-29 12:28:57 +08:00
doxygen002.yaml Add doxygen builder support 2016-01-29 12:28:57 +08:00
dsl001.xml BugFix: Target field in Job-DSL plugin was not being populated 2015-08-24 22:34:19 -04:00
dsl001.yaml BugFix: Target field in Job-DSL plugin was not being populated 2015-08-24 22:34:19 -04:00
dsl002.xml BugFix: Target field in Job-DSL plugin was not being populated 2015-08-24 22:34:19 -04:00
dsl002.yaml BugFix: Target field in Job-DSL plugin was not being populated 2015-08-24 22:34:19 -04:00
dsl-002.xml Job DSL target needs to be plural, not singular 2016-04-23 17:03:58 +01:00
dsl-002.yaml Job DSL target needs to be plural, not singular 2016-04-23 17:03:58 +01:00
fingerprint-full.xml Add support for Fingerprint plugin 2016-07-25 09:56:36 -04:00
fingerprint-full.yaml Add support for Fingerprint plugin 2016-07-25 09:56:36 -04:00
fingerprint-minimal.xml Add support for Fingerprint plugin 2016-07-25 09:56:36 -04:00
fingerprint-minimal.yaml Add support for Fingerprint plugin 2016-07-25 09:56:36 -04:00
github-notifier.xml Add support for github commit status pending 2015-02-23 08:25:16 +02:00
github-notifier.yaml Add support for github commit status pending 2015-02-23 08:25:16 +02:00
gradle.xml Gradle plugin: Support parameter passing 2020-06-01 17:23:57 -04:00
gradle.yaml Gradle plugin: Support parameter passing 2020-06-01 17:23:57 -04:00
grails-full.xml Update Grails plugin to use convert xml 2016-07-20 01:42:41 -04:00
grails-full.yaml Update Grails plugin to use convert xml 2016-07-20 01:42:41 -04:00
grails-minimal.xml Update Grails plugin to use convert xml 2016-07-20 01:42:41 -04:00
grails-minimal.yaml Update Grails plugin to use convert xml 2016-07-20 01:42:41 -04:00
groovy-full.xml Enable options and use convert_mapping_to_xml for groovy plugin 2017-02-23 10:34:49 +10:00
groovy-full.yaml Enable options and use convert_mapping_to_xml for groovy plugin 2017-02-23 10:34:49 +10:00
groovy-minimal.xml Enable options and use convert_mapping_to_xml for groovy plugin 2017-02-23 10:34:49 +10:00
groovy-minimal.yaml Enable options and use convert_mapping_to_xml for groovy plugin 2017-02-23 10:34:49 +10:00
http-request-full.xml Update examples filename 2017-06-11 17:15:44 +08:00
http-request-full.yaml Update examples filename 2017-06-11 17:15:44 +08:00
http-request-minimal.xml Add support for http request plugin 2016-05-13 12:23:08 -04:00
http-request-minimal.yaml Add support for http request plugin 2016-05-13 12:23:08 -04:00
inject.xml Add support for scripts in the inject builder 2014-10-24 10:48:31 +01:00
inject.yaml Add support for scripts in the inject builder 2014-10-24 10:48:31 +01:00
jenkins-jira-issue-updater-full.xml Add support for jira_issue_updater 2017-08-28 23:17:53 +01:00
jenkins-jira-issue-updater-full.yaml Add support for jira_issue_updater 2017-08-28 23:17:53 +01:00
jenkins-jira-issue-updater-minimal.xml Add support for jira_issue_updater 2017-08-28 23:17:53 +01:00
jenkins-jira-issue-updater-minimal.yaml Add support for jira_issue_updater 2017-08-28 23:17:53 +01:00
jms-messaging-full.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
jms-messaging-full.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
jms-messaging-minimal.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
jms-messaging-minimal.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
kmap-full.xml Add support for Keivox KMAP plugin 2016-08-05 10:54:50 -04:00
kmap-full.yaml Add support for Keivox KMAP plugin 2016-08-05 10:54:50 -04:00
kmap-minimal.xml Add support for Keivox KMAP plugin 2016-08-05 10:54:50 -04:00
kmap-minimal.yaml Add support for Keivox KMAP plugin 2016-08-05 10:54:50 -04:00
managed-script.xml Add support for Managed Script Plugin 2014-07-08 13:44:05 +03:00
managed-script.yaml Add support for Managed Script Plugin 2014-07-08 13:44:05 +03:00
managed-winbatch.xml Add support for Managed Script Plugin 2014-07-08 13:44:05 +03:00
managed-winbatch.yaml Add support for Managed Script Plugin 2014-07-08 13:44:05 +03:00
maven-builder001.xml Adding Maven3 Builder Targets 2015-06-03 22:03:16 +02:00
maven-builder001.yaml Adding Maven3 Builder Targets 2015-06-03 22:03:16 +02:00
maven-target001.xml Fix multibyte character problem 2014-01-21 22:34:30 +09:00
maven-target001.yaml add private-repository, java-opts, settings and global-settings to maven-target 2013-12-09 22:53:44 +01:00
maven-target002.xml Add support for Config File Provider to Maven Project module 2015-03-03 16:01:23 -05:00
maven-target002.yaml Add support for Config File Provider to Maven Project module 2015-03-03 16:01:23 -05:00
maven-target-doc.xml Allow whitespace to be significant 2015-08-11 18:31:48 +01:00
maven-target-doc.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
msbuild-full.xml Add unstable-if-warnings option for msbuild 2016-07-21 22:17:51 -04:00
msbuild-full.yaml Add unstable-if-warnings option for msbuild 2016-07-21 22:17:51 -04:00
msbuild-minimal.xml Add unstable-if-warnings option for msbuild 2016-07-21 22:17:51 -04:00
msbuild-minimal.yaml Add unstable-if-warnings option for msbuild 2016-07-21 22:17:51 -04:00
multibuild.xml Add alias to multijob builder 2019-11-13 09:08:38 +03:00
multibuild.yaml Add alias to multijob builder 2019-11-13 09:08:38 +03:00
nexus_artifact_uploader001.xml Adding nexus-artifact-uploader plugin 2016-09-27 13:25:11 +02:00
nexus_artifact_uploader001.yaml Adding nexus-artifact-uploader plugin 2016-09-27 13:25:11 +02:00
nexus-iq-policy-evaluator-full.xml Add support for "Invoke Nexus Policy Evaluation" 2018-07-26 01:49:33 +08:00
nexus-iq-policy-evaluator-full.yaml Add support for "Invoke Nexus Policy Evaluation" 2018-07-26 01:49:33 +08:00
nexus-iq-policy-evaluator-minimal.xml Add support for "Invoke Nexus Policy Evaluation" 2018-07-26 01:49:33 +08:00
nexus-iq-policy-evaluator-minimal.yaml Add support for "Invoke Nexus Policy Evaluation" 2018-07-26 01:49:33 +08:00
nexus-repo-manager-minimal.xml Add support for "Nexus Repository Manager Publisher" 2018-08-04 13:17:15 +08:00
nexus-repo-manager-minimal.yaml Add support for "Nexus Repository Manager Publisher" 2018-08-04 13:17:15 +08:00
nodejs-full.xml Add NodeJS executor build step 2017-10-24 22:01:00 +00:00
nodejs-full.yaml Add NodeJS executor build step 2017-10-24 22:01:00 +00:00
nodejs-minimal.xml Add NodeJS executor build step 2017-10-24 22:01:00 +00:00
nodejs-minimal.yaml Add NodeJS executor build step 2017-10-24 22:01:00 +00:00
openshift-build-verify001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-build-verify001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-build-verify002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-build-verify002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-builder001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-builder001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-builder002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-builder002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-creator001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-creator001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-creator002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-creator002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-dep-verify001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-dep-verify001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-dep-verify002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-dep-verify002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-deployer001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-deployer001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-deployer002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-deployer002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-img-tagger001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-img-tagger001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-img-tagger002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-img-tagger002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-scaler001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-scaler001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-scaler002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-scaler002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-svc-verify001.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-svc-verify001.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-svc-verify002.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
openshift-svc-verify002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
powershell.xml Adding support for the Powershell plugin. 2014-09-12 15:58:14 +01:00
powershell.yaml Adding support for the Powershell plugin. 2014-09-12 15:58:14 +01:00
publish-over-cifs.xml Add 'publish-over-cifs' to the builders module 2018-10-29 15:04:50 +00:00
publish-over-cifs.yaml Add 'publish-over-cifs' to the builders module 2018-10-29 15:04:50 +00:00
publish-over-ssh.xml Allow control of verbose option for publish-over plugins 2018-08-23 14:57:33 +01:00
publish-over-ssh.yaml builders: add 'publish over ssh' support as a build step 2016-08-16 11:34:31 +00:00
python.xml Allow whitespace to be significant 2015-08-11 18:31:48 +01:00
python.yaml add support for python builder 2014-04-26 18:04:44 -07:00
runscope-full.xml Update runscope plugin to use convert xml 2016-08-08 20:42:08 -04:00
runscope-full.yaml Update runscope plugin to use convert xml 2016-08-08 20:42:08 -04:00
runscope-minimal.xml Update runscope plugin to use convert xml 2016-08-08 20:42:08 -04:00
runscope-minimal.yaml Update runscope plugin to use convert xml 2016-08-08 20:42:08 -04:00
saltstack-full.xml Add support for Saltstack plugin builder 2016-12-09 16:55:37 -07:00
saltstack-full.yaml Add support for Saltstack plugin builder 2016-12-09 16:55:37 -07:00
saltstack-minimal.xml Add support for Saltstack plugin builder 2016-12-09 16:55:37 -07:00
saltstack-minimal.yaml Add support for Saltstack plugin builder 2016-12-09 16:55:37 -07:00
sbt.xml Add more tests 2014-04-29 10:34:22 -07:00
sbt.yaml Add more tests 2014-04-29 10:34:22 -07:00
scan-build-full.xml Update clang scan build 2016-07-11 17:50:50 -04:00
scan-build-full.yaml Update clang scan build 2016-07-11 17:50:50 -04:00
scan-build-minimal.xml Update clang scan build 2016-07-11 17:50:50 -04:00
scan-build-minimal.yaml Update clang scan build 2016-07-11 17:50:50 -04:00
shell-mapping.xml Add support for unstable return parameter for shell builders 2017-10-05 14:58:27 -04:00
shell-mapping.yaml Add support for unstable return parameter for shell builders 2017-10-05 14:58:27 -04:00
shell-unstable-return.xml Add support for unstable return parameter for shell builders 2017-10-05 14:58:27 -04:00
shell-unstable-return.yaml Add support for unstable return parameter for shell builders 2017-10-05 14:58:27 -04:00
shell.xml Allow whitespace to be significant 2015-08-11 18:31:48 +01:00
shell.yaml add tests for shell builder 2014-04-26 18:07:34 -07:00
shining-panda-customenv.xml Added support for python virtualenv plugin 2014-02-20 21:50:26 +01:00
shining-panda-customenv.yaml Added support for python virtualenv plugin 2014-02-20 21:50:26 +01:00
shining-panda-pythonenv.xml Added support for python virtualenv plugin 2014-02-20 21:50:26 +01:00
shining-panda-pythonenv.yaml Added support for python virtualenv plugin 2014-02-20 21:50:26 +01:00
shining-panda-virtualenv.xml Added support for python virtualenv plugin 2014-02-20 21:50:26 +01:00
shining-panda-virtualenv.yaml Added support for python virtualenv plugin 2014-02-20 21:50:26 +01:00
sonar.xml Sonar: Support sonar-scanner tag builder task (master) 2018-04-06 11:51:43 +00:00
sonar.yaml Sonar: Support sonar-scanner tag builder task (master) 2018-04-06 11:51:43 +00:00
sonatype-clm-full.xml Update examples filename 2017-06-11 17:15:44 +08:00
sonatype-clm-full.yaml Update examples filename 2017-06-11 17:15:44 +08:00
sonatype-clm-minimal.xml Update Sonatype CLM for CI plugin 2016-06-06 15:56:13 -04:00
sonatype-clm-minimal.yaml Update Sonatype CLM for CI plugin 2016-06-06 15:56:13 -04:00
ssh-builder.xml Adding builder for SSH plugin 2015-06-03 08:16:19 +03:00
ssh-builder.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
system-groovy001.xml Fix system_groovy issue 2020-11-13 15:21:47 +00:00
system-groovy001.yaml Add support for builder Groovy and System Groovy 2014-07-07 17:39:07 +01:00
system-groovy002.xml Fix system_groovy issue 2020-11-13 15:21:47 +00:00
system-groovy002.yaml Fix system_groovy issue 2020-11-13 15:21:47 +00:00
tox001.xml Add support for "tox" builder 2015-12-12 19:40:21 +00:00
tox001.yaml Add support for "tox" builder 2015-12-12 19:40:21 +00:00
tox002.xml Add support for "tox" builder 2015-12-12 19:40:21 +00:00
tox002.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds001.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds001.yaml Enhance coverage for builder trigger-builds 2014-04-05 22:37:39 +02:00
trigger-builds002.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds002.yaml triggered-builds: Support property file injection 2014-04-04 12:58:53 +02:00
trigger-builds003.xml Add support to configure boolean parameter in PBT 2015-03-18 18:09:46 -04:00
trigger-builds003.yaml Add support to configure boolean parameter in PBT 2015-03-18 18:09:46 -04:00
trigger-builds004.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds004.yaml Extend trigger_builds functionality 2014-09-16 09:26:42 +02:00
trigger-builds005.xml Serialize combine-queued-commits for git-revision 2016-04-25 19:04:11 +01:00
trigger-builds005.yaml Serialize combine-queued-commits for git-revision 2016-04-25 19:04:11 +01:00
trigger-builds006.xml added support for NodeLabel parameter in trigger-builds 2015-04-08 15:58:49 -05:00
trigger-builds006.yaml added support for NodeLabel parameter in trigger-builds 2015-04-08 15:58:49 -05:00
trigger-builds007.xml Serialize combine-queued-commits for git-revision 2016-04-25 19:04:11 +01:00
trigger-builds007.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds008.xml Adds matrix restriction to trigger-builds plugin 2016-06-17 14:49:52 +02:00
trigger-builds008.yaml Adds matrix restriction to trigger-builds plugin 2016-06-17 14:49:52 +02:00
trigger-builds-configfactory-allnodesforlabel-optionals.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-allnodesforlabel-optionals.yaml Add support for 'All Nodes For Label Factory' 2015-01-22 21:21:51 +03:00
trigger-builds-configfactory-allnodesforlabel.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-allnodesforlabel.yaml Add support for 'All Nodes For Label Factory' 2015-01-22 21:21:51 +03:00
trigger-builds-configfactory-allonlinenodes.xml Add "every online node" factory to Parameterized Trigger builder 2016-05-25 17:37:03 -07:00
trigger-builds-configfactory-allonlinenodes.yaml Add "every online node" factory to Parameterized Trigger builder 2016-05-25 17:37:03 -07:00
trigger-builds-configfactory-binaryfile-optionals.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-binaryfile-optionals.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds-configfactory-binaryfile.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-binaryfile.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds-configfactory-counterbuild-optionals.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-counterbuild-optionals.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds-configfactory-counterbuild.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-counterbuild.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds-configfactory-filebuild-optionals.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-filebuild-optionals.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds-configfactory-filebuild.xml Add support to customize trigger-builds block thresholds 2015-03-03 09:01:54 +00:00
trigger-builds-configfactory-filebuild.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
trigger-builds-configfactory-multi.xml Add "every online node" factory to Parameterized Trigger builder 2016-05-25 17:37:03 -07:00
trigger-builds-configfactory-multi.yaml Add "every online node" factory to Parameterized Trigger builder 2016-05-25 17:37:03 -07:00
xcode.xml Add new checkboxes for Xcode plugin 2018-08-28 15:10:57 -06:00
xcode.yaml Add new checkboxes for Xcode plugin 2018-08-28 15:10:57 -06:00
xunit-full.plugins_info.yaml xunit: support versions 3+ 2021-03-17 16:21:33 +01:00
xunit-full.xml Add XUnit processing plugin to builders 2018-06-28 15:24:01 +00:00
xunit-full.yaml Add XUnit processing plugin to builders 2018-06-28 15:24:01 +00:00
xunit-minimal.plugins_info.yaml xunit: support versions 3+ 2021-03-17 16:21:33 +01:00
xunit-minimal.xml Add XUnit processing plugin to builders 2018-06-28 15:24:01 +00:00
xunit-minimal.yaml Add XUnit processing plugin to builders 2018-06-28 15:24:01 +00:00