Re: Failsafe test reports for my Jenkins plugin are ignored on ci.jenkins.io

2019-05-15 Thread Chris Kilding
One pull request coming up... https://github.com/jenkins-infra/pipeline-library/pull/89 I have a couple of questions about it so I’ve marked it as a draft PR and posted them underneath. Chris On Wed, 15 May 2019, at 9:54 AM, Robert Sandell wrote: > That repository is open to pull requests ;)

Re: Failsafe test reports for my Jenkins plugin are ignored on ci.jenkins.io

2019-05-15 Thread Robert Sandell
That repository is open to pull requests ;) /B Den ons 15 maj 2019 kl 10:39 skrev Ullrich Hafner : > I simply copied the buildPlugin step content into my JenkinsFile and > modified it accordingly. This was also the only way to enable the warnings > next generation plugin and some other tools

Re: Failsafe test reports for my Jenkins plugin are ignored on ci.jenkins.io

2019-05-15 Thread Ullrich Hafner
I simply copied the buildPlugin step content into my JenkinsFile and modified it accordingly. This was also the only way to enable the warnings next generation plugin and some other tools (like coverage and pitest). Examples: https://github.com/jenkinsci/analysis-model/blob/master/Jenkinsfile

Failsafe test reports for my Jenkins plugin are ignored on ci.jenkins.io

2019-05-14 Thread Chris Kilding
The standard ‘buildPlugin()’ Jenkinsfile directive appears to capture Surefire test reports, but not Failsafe test reports. This means that failing integration tests in my plugin are (a) unreported and (b) don’t break the build. This might be happening to other plugins too. The line of code in