Tim Jacomb

Results 1240 comments of Tim Jacomb

Sounds reasonable to me

I would avoid disabling, it's not clear to the user why it is disabled. Probably would need some javascript to make it clear regardless I think

Related to https://github.com/jenkinsci/slack-plugin/issues/544 I think?

If someone could suggest an API for it from pipeline happy to see it implemented...

Sorry I don't use rocket chat, no idea, contributions welcome to fix it and add tests to cover it

please reopen if still an issue, cleaning up the repo and this looks like it can be worked around easily, feel free to refile with a specific ask

Not sure how possible this is in pipeline with `slackSend`, probably not too hard with freestyle to add it

It supports anything that adds a `AbstractTestResultAction` (or subclass) from the junit plugin Tap plugin does not extend that class https://github.com/jenkinsci/tap-plugin/blob/master/src/main/java/org/tap4j/plugin/TapTestResultAction.java#L52 I'm not sure if it makes sense to add...