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 All,
How to configure workspace on the Jenkin so that the workspace can be visible from jenkin instance job.
Regards,
Basanta
Victor Martinez
unread,
Jul 3, 2018, 8:43:02 AM7/3/18
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,
What do you mean more specifically?
Cheers
pbasan...@gmail.com
unread,
Jul 20, 2018, 8:49:52 AM7/20/18
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
is there a way to access the workspace after termination of the pod.
Caleb Oh
unread,
Jul 20, 2018, 9:59:44 AM7/20/18
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
I've worked around this problem through two ways. One option is to mount the workspace as a hosted volume on the slave. The second option is to have a dedicated slave that stays idle for many hours, so that developers can actively work with the workspace for the day.
-- Caleb
Martin d'Anjou
unread,
Jul 20, 2018, 8:20:44 PM7/20/18
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
is there a way to access the workspace after termination of the pod.
If you need the workspace to persist after the build and be available to other agents, you can use the External Workspace Manager Plugin.