jenkinsci / jenkins-test-harness

Unit test framework for Jenkins core and its plugins
https://www.jenkins.io/doc/developer/testing/
MIT License
109 stars 126 forks source link

`org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite` fails with `503 Service Unavailable` #830

Closed strangelookingnerd closed 1 month ago

strangelookingnerd commented 1 month ago

Jenkins and plugins versions report

-

What Operating System are you using (both controller, and any agents involved in the problem)?

-

Reproduction steps

-

Expected Results

-

Actual Results

-

Anything else?

I'm currently trying to prepare the migration for Jakarta EE for my plugins now that Jenkins 2.475 was released. The InjectedTest fail with org.htmlunit.FailingHttpStatusCodeException: 503 Service Unavailable for http://localhost:49273/closures/?uuid=55ccee62-68fa-496d-9ea0-aa160113ca47 See https://github.com/jenkinsci/custom-folder-icon-plugin/pull/381/checks?check_run_id=29724828510

Am I missing something?

Are you interested in contributing a fix?

No response

basil commented 1 month ago

This is caused by an out-of-date test harness. See https://github.com/jenkinsci/plugin-pom?tab=readme-ov-file#running-the-entire-build-with-jetty-12-ee-8.