fedora-ci / jenkins-pipeline-library

Jenkins Pipeline Library for Fedora CI
MIT License
5 stars 5 forks source link

RFE: sendMessage add support to pass an xunit file as parameter #11

Closed bgoncalv closed 4 years ago

bgoncalv commented 4 years ago

sendMessage currently supports testingFarmResult, but some pipelines might not use testing farm, it would be nice if the function could support passing an xunit file as parameter.

msrb commented 4 years ago

This is a really good idea. I don't remember why I went with the full testing farm response map, but having just xunit passed as a param seems to be sufficient for the sendMessage purposes.

msrb commented 4 years ago

https://github.com/fedora-ci/jenkins-pipeline-library/pull/15