Are either of the ideas below possible?
Create a Jenkins job that submits the test (this is the easy part), waits until the job is informed the test is complete and then processes the results.
The other idea I've had is to create a spool_test job that only spoils the test. When the test is complete it starts a complete_test job to process the results.
Ultimately I'd like to have a regress_tests job that spools several tests. But I'm not sure with the second approach how to tell regress_tests that it's not done until all the complete_test jobs (that it doesn't directly start) are done.
Thanks for any help,
Jeff
The legacy system just puts the job in the queue and returns.
Jeff