EC2 Integration with Pipeline - only waiting for one node at a time?
12 views
Skip to first unread message
John D. Ament
unread,
Mar 7, 2016, 7:43:04 AM3/7/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
Hi,
I've begun trying out pipeline w/ EC2 support. We spin up dynamic nodes to run some of our heavier tests. It looks like with Pipeline, only a single request is made to spin up a node whereas with the Build Pipeline plugin multiple requests are made (because its multiple jobs). This adds a delay as it does take a couple of minutes for the machine to boot. Is it possible to force it to request a new node?