How to trigger a multi-configuration job periodically on jenkins?

120 views Asked by At

I have set up a multi-configuration job which runs on different locales and environments in parallel. I have a configuration matrix setup and the different combinations are selected before we trigger the build. Not sure how to trigger these periodically(nightly build). Do i need any plugin on jenkins to achieve this?

1

There are 1 answers

0
Pratik Anand On

You can select Build periodically option from the Build Triggers

enter image description here