I'm trying to figure out a way to automate submitting a test to our hardware testbed and waiting for the test to complete so that the Jenkins job can report its status.
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 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c7619784-6c20-471f-b727-de7bc57495ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
