docker jenkins plugin - how to gain control over the volumes(bind mounts) mounted on to docker container
23 views
Skip to first unread message
vamsidhar reddy
unread,
Dec 12, 2017, 12:26:59 AM12/12/17
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 Developers
Hi,
I have been using the docker plugin for running mobile tests I have come across the situation where i want to mount the android devices to container ie every time when agent was created i want to mount the different device. I tried with different jenkins plugins to achieve this but which is not effective to my use case, So i decided to edit the docker plugin itself according to my need but I am not familiar with the code flow. Could you please let me know in which file i need to make changes so that I can gain control over the container mounts