-
Bug
-
Resolution: Fixed
-
Blocker
-
None
I updated my test-server to Jenkins LTS v2.277.1 to test all my plugins. Using the latest version of this plugin (which worked fine on v2.263.4), our job now just hangs after the ReadyAPI-test finishes.
Output is this (same as on v2.263.4 though):
at com.smartbear.ready.cmd.runner.SoapUITestCaseRunner.throwFailureException(SoapUITestCaseRunner.java:698) ~[ready-api-runners-3.6.0.jar:?]
at com.smartbear.ready.cmd.runner.SoapUITestCaseRunner.runRunner(SoapUITestCaseRunner.java:549) ~[ready-api-runners-3.6.0.jar:?]
at com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner.runRunner(SoapUIProTestCaseRunner.java:132) ~[ready-api-runners-3.6.0.jar:?]
at com.smartbear.ready.cmd.runner.AbstractSoapUIRunner.run(AbstractSoapUIRunner.java:328) ~[ready-api-runners-3.6.0.jar:?]
at com.smartbear.ready.cmd.runner.AbstractSoapUIRunner.runFromCommandLine(AbstractSoapUIRunner.java:188) [ready-api-runners-3.6.0.jar:?]
at com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner.init(SoapUIProTestCaseRunner.java:100) [ready-api-runners-3.6.0.jar:?]
at com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner.main(SoapUIProTestCaseRunner.java:96) [ready-api-runners-3.6.0.jar:?]
To make matters worse, after I then stop the job manually, Jenkins refuses to start any jobs that use this plugin. The configured repo gets checked out, then it just hangs. I need to restart Jenkins for jobs to run again!