From 842d45e1329aa1730359f8ad5c65c697b6f14d24 Mon Sep 17 00:00:00 2001 From: anenviousguest Date: Tue, 23 Aug 2016 10:11:51 +0200 Subject: [PATCH] Added TapPublisher to the list of compatible steps --- COMPATIBILITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index c70fb134b..fee70c7d1 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -25,6 +25,7 @@ Entries list the class name serving as the entry point to the relevant functiona - [X] `Fingerprinter` (core) - [X] `JUnitResultArchiver` (`junit`) - [X] `JavadocArchiver` (`javadoc`) +- [X] `TapPublisher` (`tap`): [JENKINS-34000](https://issues.jenkins-ci.org/browse/JENKINS-34000) as of 2.0 - [X] `Mailer` (`mailer`) - [X] `CopyArtifact` (`copyartifact`): [JENKINS-24887](https://issues.jenkins-ci.org/browse/JENKINS-24887) in 1.34 - [ ] `DeployPublisher` (`deployer-framework`): [JENKINS-25976](https://issues.jenkins-ci.org/browse/JENKINS-25976)