|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Nice idea for how to build jobs in a prespecified order! Another option that will not only build the jobs but also do SCM polling is to write a script (shell wget for example) that uses the Jenkins Rest API to poll the jobs in order. This polling also builds the job if there are new SCM changes.