If you actually want them to start at the same moment (roughly), and they are all separate jobs, check Build Periodically and enter exactly the same time.
e.g. 10 10 * * * this says run at 10:10 AM every day -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of pb60704 Sent: Friday, July 15, 2016 4:39 AM To: [email protected] Subject: start jenkins sub jobs parallelly I have 'n' no. of jobs, which I want to start simultaneously. Is it feasible in Jenkins? I tried using DSL plugin, work flow plugin. I have used 'parallel' method. I have my list of jobnames in an array/list and want to run them parallel. Please help. Currently I'm iterating the jobnames in a for loop,they start one by one, instead I want them to start parallel. How this can be achieved ? -- View this message in context: https://urldefense.proofpoint.com/v2/url?u=http-3A__jenkins-2Dci.361315.n4.nabble.com_start-2Djenkins-2Dsub-2Djobs-2Dparallelly-2Dtp4827908.html&d=CwIBaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=emlwH7z__pPgl-6w-cQMYspM25h6FZ8B-7IhpJU3sb0&s=-DZJHt8jzKvGYjAeL3WaaVrUblrS-m48-j2XDBiT9fw&e= Sent from the Jenkins users mailing list archive at Nabble.com. -- 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://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_1468571936370-2D4827908.post-2540n4.nabble.com&d=CwIBaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=emlwH7z__pPgl-6w-cQMYspM25h6FZ8B-7IhpJU3sb0&s=_XwcrRgONx0shJfThf7AnFDTz6YtpjzJaR_4U43UPqw&e= . For more options, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=CwIBaQ&c=3mGIBQKb1eS1YDHb7ax3kFkT2UAGBJ12p2lcECIjhXk&r=SXz9subj7EUWDFIuiAjJSXBLM9pAzGIduhHWvfq5re0&m=emlwH7z__pPgl-6w-cQMYspM25h6FZ8B-7IhpJU3sb0&s=wcoK1D40nss5eqWvT8-A8zJDSLsigV6LrLdXh5UwjtQ&e= . -- 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/6C6EE445A6F6CE4E8A0FFB51B071A4E2D8726216%40AMERMBX02.PERKINELMER.NET. For more options, visit https://groups.google.com/d/optout.
