Re: Maven compiler plugin issue with Java 14

2020-07-14 Thread Hector Fontanez
I figured out the problem Never use an non-stable version of anything. The surefire version 3.0.0-M5 was the culprit. I reverted this back to 2.X.X and it is working fine now. On Tuesday, July 14, 2020 at 2:02:27 PM UTC-5, Hector Fontanez wrote: > > We updated our project to Java 14 a

Maven compiler plugin issue with Java 14

2020-07-14 Thread Hector Fontanez
We updated our project to Java 14 a while back. However, we forgot to update the POM so that the Maven compiler plugin would compile with Java 14. Prior to the change, we were using Java 1.8. I updated the plugins section of my POM.xml like this: org.apache.maven.plugins

Re: Is there a Jenkins plugin that can create and terminate Amazon EC2 instances as required by the build queue?

2020-07-14 Thread alok kumar
Hi, I guess what you are looking for is this https://plugins.jenkins.io/ec2/ This should be able to help you achieve your requirement. Thanks On Tue., Jul. 14, 2020, 04:22 Amedee Van Gasse, wrote: > I have a job that makes use of Tesseract for OCR. > Tesseract runs *a lot* faster on

Is there a Jenkins plugin that can create and terminate Amazon EC2 instances as required by the build queue?

2020-07-14 Thread Amedee Van Gasse
I have a job that makes use of Tesseract for OCR. Tesseract runs *a lot* faster on GPU-optimized computers. So I was thinking of running this job on an AWS EC2 instance of type P or G, which have NVIDIA Tesla GPUs. However, these instance types are quite expensive, and the job runs only about 10