BTW, is there anybody to test a alpha version of the plugin? (With the pipeline enabled?)
Le sam. 19 août 2017 à 12:20, Ivo Bellin Salarin < [email protected]> a écrit : > Is it sufficient to inherit from SimpleBuildStep to enable the pipeline? > Should I expose attributes via some kind of decorator? > Where to find the documentation about that? > > There's some code that waits for being released. It could be a good > opportunity to deliver also the pipeline, if I get to know which changes it > involves. > > Le ven. 18 août 2017 à 03:49, red 888 <[email protected]> a écrit : > >> Yes the xunit plugin is great! thats what I'm using now. As you say I >> still use an MS test runner exe which generates a trx and then point the >> xunit plugin to that report and it does everything else. >> >> >> On Wednesday, August 16, 2017 at 8:31:39 AM UTC-4, Daniel Butler wrote: >> >>> The XUnit plugin has support for MSTest output and is pipeline >>> compatible. >>> >>> You’d still need to run MSTest from a bat/powershell command but the >>> Xunit plugin will publish the test output. >>> >>> >>> >>> >>> >> *From: *[email protected] >>> >> >>> *Sent: *16 August 2017 13:24 >>> *To: *Jenkins Users >>> *Subject: *Re: Does anyone know if the MSTest plugin supports pipelines >>> and howto use it in a pipeline (jenkinsfile)? >>> >> >>> >>> Sadly no, many puglin are still incompatible, you can see the >>> compatibility list here: >>> >>> https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md >>> >>> >>> >>> Since the .trx is just an xml file, you could try to do an .xslt file >>> that do the convertion to junit .xml. Maybe someone already did it >>> somewhere, worth googling, I known some people have done .trx to .html >>> graph (which you could use and publish the html results too). >>> >> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> >> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> >> >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/75edf196-1d55-4bca-b0df-e0025e837f28%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/75edf196-1d55-4bca-b0df-e0025e837f28%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/d8cdb00e-53e2-4efa-b4d1-dab9a680aa9a%40googlegroups.com >> <https://groups.google.com/d/msgid/jenkinsci-users/d8cdb00e-53e2-4efa-b4d1-dab9a680aa9a%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPc4eF-Sz5KHLnDnF2M036fbH5xcYR3hOCPbD8jwTxo3zzpCiQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
