Hi,
I have a build with 3 parallel branch sort of matrix: same build with
different jdk.
I'd like to have something such in parallel steps
mavenbuild
recordIssues id: "jdk8", enabledForFailure: true, tools: [mavenConsole(),
java(), checkStyle(), spotBugs(), pmdParser()]

mavenbuild
recordIssues id: "jdk11", enabledForFailure: true, tools: [mavenConsole(),
java(), checkStyle(), spotBugs(), pmdParser()]

mavenbuild
recordIssues id: "jdk15", enabledForFailure: true, tools: [mavenConsole(),
java(), checkStyle(), spotBugs(), pmdParser()]

But I turn to an issue such:



Also:   java.lang.IllegalStateException: ID maven-warnings is already
used by another action:
io.jenkins.plugins.analysis.core.model.ResultAction for Maven

java.lang.IllegalStateException: ID maven-warnings is already used by
another action: io.jenkins.plugins.analysis.core.model.ResultAction
for Maven

        at 
io.jenkins.plugins.analysis.core.steps.IssuesPublisher.ensureThatIdIsUnique(IssuesPublisher.java:156)
        at 
io.jenkins.plugins.analysis.core.steps.IssuesPublisher.attachAction(IssuesPublisher.java:107)
        at 
io.jenkins.plugins.analysis.core.steps.IssuesRecorder.publishResult(IssuesRecorder.java:721)
        at 
io.jenkins.plugins.analysis.core.steps.IssuesRecorder.record(IssuesRecorder.java:651)
        at 
io.jenkins.plugins.analysis.core.steps.IssuesRecorder.perform(IssuesRecorder.java:617)
        at 
io.jenkins.plugins.analysis.core.steps.RecordIssuesStep$Execution.run(RecordIssuesStep.java:1024)
        at 
io.jenkins.plugins.analysis.core.steps.RecordIssuesStep$Execution.run(RecordIssuesStep.java:985)





Is there anyway to have multiple report for different jdks
thanks
-- 
Olivier

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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-dev/CAPoyBqQdJES2XP0E80N-0iFF_vjXBoYA2MDfvJ0nmO%3DUS9y-cg%40mail.gmail.com.

Reply via email to