Re: docker image for jenkins:lts is not latest

2018-12-09 Thread RAJENDRA PRASAD
Jenkins can be downloaded from here: https://jenkins.io/download/ Latest stable or LTS build is: 2.150.1 Weekly release: 2.154 (this is not throughly tested). Thanks, Rajendra On Fri, 7 Dec, 2018, 13:08 Dan Tran Hi > > Current docker image for jenkins:lts is not latest - 2.150.1 > > Could som

Re: docker image for jenkins:lts is not latest

2018-12-09 Thread Dan Tran
switch to jenkins:jenkins:lts works ( used to jenkinsci:jenkins:lts) -D On Thursday, December 6, 2018 at 11:38:38 PM UTC-8, Dan Tran wrote: > > Hi > > Current docker image for jenkins:lts is not latest - 2.150.1 > > Could someone confirm? otherwise, it may be something to do with my env > > T

xunit report from dotnet test command in jenkins pipeline

2018-12-09 Thread Faad Sayaou
Hello everyone, I have been struggling with an issue for parsing test results to xunit for publishing. My goal is to display this in Jenkins UI for seeing all the passed tests. Below is my script sh *'dotnet test --logger:trx path/to/my/project/project.csproj'* * xunit testTimeMargin: '30