I use Fabric Beta Publisher plugin for Jenkins to upload my release in Fabric. I have configure the proxy into Jenkins with plugins -> advanced. Also I have configure the proxys params into my VM. I have a timeout issue . Any REX for using Fabric with proxy for build a Android application.
Asked
Active
Viewed 57 times
1
-
After a long searching, I discover that Fabric Beta Publisher accept only a proxy transparent without login/pw ... To add the proxy params hostname and port , we must add this params as JAVA options in the console Jenkkins like this : System.setProperty("https.proxyHost","proxy hostname") System.setProperty("https.proxyPort","port Number") – Younes Ben Tlili Jan 28 '19 at 11:48