Re: Could not able to send Test Mail in jenkins 2.172

2019-08-09 Thread Slide
Looks like an issue with the remote host. Verify your settings for your mail server. On Fri, Aug 9, 2019, 17:39 Ajay M.C wrote: > Hi, > > Error Message Looks like > > java.net.SocketException: Connection closed by remote host > at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source) >

Could not able to send Test Mail in jenkins 2.172

2019-08-09 Thread Ajay M.C
Hi, Error Message Looks like java.net.SocketException: Connection closed by remote host at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source) at sun.security.ssl.AppOutputStream.write(Unknown Source) at com.sun.mail.util.TraceOutputStream.write(TraceOutputStream.jav

Re: Gradle Tool Failed Download

2019-08-09 Thread Sverre Moe
I get the same problem trying to get the gradle wrapper on our build agents. Using Proxy with gradle fixes that problem: gradle wrapper --gradle-version=5.5.1 ./gradlew -Dhttps.proxyHost=proxy.company.com -Dhttps.proxyPort=3128 -- version Is there a way to get Jenkins to use this proxy when downl