Skip to content

Conversation

@olamy
Copy link
Member

@olamy olamy commented Dec 22, 2025

Signed-off-by: Olivier Lamy [email protected]

Signed-off-by: Olivier Lamy <[email protected]>
timeout( time: 210, unit: 'MINUTES' ) {
checkout scm
mavenBuild( "jdk26", "clean install -Dspotbugs.skip=true -Djacoco.skip=true", "maven3")
recordIssues id: "jdk26", name: "Static Analysis jdk25", aggregatingResults: true, enabledForFailure: true, tools: [mavenConsole(), java(), javaDoc()]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
recordIssues id: "jdk26", name: "Static Analysis jdk25", aggregatingResults: true, enabledForFailure: true, tools: [mavenConsole(), java(), javaDoc()]
recordIssues id: "jdk26", name: "Static Analysis jdk26", aggregatingResults: true, enabledForFailure: true, tools: [mavenConsole(), java(), javaDoc()]

@olamy olamy closed this Dec 22, 2025
@olamy olamy deleted the jetty-12.1.x-jdk26 branch December 22, 2025 08:03
@sbordet
Copy link
Contributor

sbordet commented Dec 22, 2025

@olamy why did you close it?

@olamy
Copy link
Member Author

olamy commented Dec 22, 2025

@olamy why did you close it?

Modifications of Jenkinsfile are not taken into account when they are from a fork. I usually create PRs from branches from my fork to avoid too many branches in the main repo.
But this doesn't work for Jenkins file modification.
See build here now https://jenkins.webtide.net/job/jetty.project/job/jetty-12.1.x-jdk26/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants