Re: Jenkins job failure analysis

2019-08-20 Thread Mark Waite
This is a question best asked on the user mailing list. The developer list is used for development discussions related to Jenkins and its components (plugins, modules, etc.). Jenkins executes processes (junit tests, for example) and reports the return value of those processes and optionally

Jenkins job failure analysis

2019-08-20 Thread Sameer
Hi, I have been building my Java application using Jenkins (ver. 2.187) which was running in an EC2 instance. My code has Junit tests also. However sometimes the job fails for no reason valid to the code. Once the EC2 instance was upgraded with better resources it started working smoothly. Is