Unable to connect to GitHub to retrieve Selenese Release Names
Problem
Bamboo requires internet connection to download a list of the latest Selenese drivers from Github.
Solution
Configure an Outbound Proxy for Bamboo.
Add these properties to your JVM. Make changes to suit your need.
Host Configuration
-Dhttp.proxyHost=proxy.example.org -Dhttp.proxyPort=8080 -Dhttps.proxyHost=proxy.example.org -Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=localhost
Authentication
-Dhttp.proxyUser=atlas -Dhttp.proxyPassword=password -Dhttps.proxyUser=atlas -Dhttps.proxyPassword=password
Related articles
, multiple selections available, Use left or right arrow keys to navigate selected items