You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi ,
I want to run my nightly regressions on a set of hosts, which plugin to Jenkins will help me to achieve this. I want to schedule a build using only one Machine and then start a nightly regression(100 individual scripts, each script is a test) on multiple hosts after copying the build.
xwyxw
unread,
Dec 8, 2016, 12:41:11 AM12/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
On your job need to enable Build Triggers -> Build periodically. This will allow you to trigger the job at a particular time(s)/date(s). I am not sure but I think that feature does not require any additional plugin. You can use one job as the entry point and that one will kick the other jobs. .