How to I update the System Information Page

Hey Community,

I’m hoping someone has the answer here please. I’m trying to find a way to update a value in the System Information page on a Jenkins controller. This is the page where the values are hidden and have to be clicked for them to appear.

Does anyone know of a way to do this please? It’s the http.nonProxyHosts I’m trying to update.

Thanks,
Andy

Check “Manage Jenkins” → “System” → “HTTP Proxy Configuration” and the “Setup” button located in that section.

Thanks Mark. Useful information. It turns out what I need to run was this:

System.setProperty(“http.nonProxyHosts”, value)

Changing value to the URL’s and the value appeared within System Properties in the System Information page.

2 Likes

Thanks a lot for the feedback, @AJMazza . :+1: