how to persist the workspace of a job run on an EC2 slave
17 views
Skip to first unread message
Eric Wood
unread,
Dec 11, 2014, 1:11:19 PM12/11/14
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 Jenkinsci-users
How can I persist a workspace for a job run on an EC2 slave? We want to be able to push CI build steps to a EC2 slave. Due to the ephemeral nature of the slave, the workspace may not be available. Is there a way to be able to persist the workspace back to the master?
jpd4nt
unread,
Dec 12, 2014, 11:08:34 AM12/12/14
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...@googlegroups.com, eric...@rocketmail.com
Hi.
You can use EBS on the EC2 slaves and choose the stop instead of terminate for non spot instances.
It depends on what in the workspace you can to keep as there are a number of publishers which save things back to the master.