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, How to get proxy details in Jenkins plugin development.where i am developing plugin for my use, Which need to proxy details of Jenkins.
Kindly share the example code snippet to get proxy details.
Thanks in advance.
Regards,
Selva
Mez Pahlan
unread,
Sep 19, 2019, 2:42:18 AM9/19/19
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
If you get an instance of Jenkins via Jenkins.get() then you have access to a field that contains the proxy details jenkins.proxy. If you access this object you should be able to get the details you need.