jenkinsci / jenkins-test-harness

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

Add a new method to force shutdown a RealJenkinsRule instance #876

Closed Vlatombe closed 3 days ago

Vlatombe commented 3 days ago

I need to simulate a hard shutdown, without executing the usual Jenkins clean up sequence.

Testing done

Submitter checklist