Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-25 Thread Daniel Beck
> On 20. Aug 2017, at 21:45, Slide wrote: > > Just so you are aware, you can release snapshots and they will show up in the > experimental plugin site To clarify, these aren't snapshots, just releases with a magic version number (containing 'alpha' or 'beta'). -- You received this message b

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Slide
which >>>>>>> changes it >>>>>>> involves. >>>>>>> >>>>>>> Le ven. 18 août 2017 à 03:49, red 888 a >>>>>>> écrit : >>>>>>> >>>>>>>&

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Ivo Bellin Salarin
s. >>>>>> >>>>>> Le ven. 18 août 2017 à 03:49, red 888 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

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Ivo Bellin Salarin
gt; 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 p

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Slide
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

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Ivo Bellin Salarin
in 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. >>>>>

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Ivo Bellin Salarin
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. >>>> >>>> >>>> >>>>

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Ivo Bellin Salarin
sh the test output. >>> >>> >>> >>> >>> >> *From: *jer...@bodycad.com >>> >> >>> *Sent: *16 August 2017 13:24 >>> *To: *Jenkins Users >>> *Subject: *Re: Does anyone know if the MSTest plugin supports pipe

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Ivo Bellin Salarin
l publish the test output. >> >> >> >> >> > *From: *jer...@bodycad.com >> > >> *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 pi

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-17 Thread red 888
; *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/jenkinsc

RE: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-16 Thread Daniel Butler
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