-
Notifications
You must be signed in to change notification settings - Fork 899
[JENKINS-34000] Added TapPublisher to the list of compatible steps #403
base: master
Are you sure you want to change the base?
Conversation
Hi @jglick |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By now it's not fully supported. jenkinsci/tap-plugin#14 needs to be integrated and released, then the version here should be bumped
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fully supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, sounds like it is 2.1 which actually works.
And for implemented support, the JIRA issue should be omitted. That is only of historical interest and can be obtained where needed from plugin changelogs and/or Git history.
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, sounds like it is 2.1 which actually works.
And for implemented support, the JIRA issue should be omitted. That is only of historical interest and can be obtained where needed from plugin changelogs and/or Git history.
https://issues.jenkins-ci.org/browse/JENKINS-34000