Re: Jenkins 2.60.1 With Java 7 Slave Node

2017-06-24 Thread Jacob Larsen
Sounds like you need something that isolates the "Jenkins Slave" functionality from your build environment. I see these solutions: A new machine with the Jenkins Slave that does SSH to your CentOS 5 build environment in the build step. Put your CentOS 5 build environment in a Docker

Re: Jenkins 2.60.1 With Java 7 Slave Node

2017-06-24 Thread Mark Waite
As far as I read from Oracle JDK 8 and JRE 8 Certified System ConfigurationsContents , RHEL 5.5 and later are supported by Oracle JDK 1.8.0, though there is no JavaFX support on that platform. Since Oracle is also a Linux

Re: Jenkins 2.60.1 With Java 7 Slave Node

2017-06-24 Thread Arnaud Héritier
In short no Jenkins master and slaves have to be launched with Java 8. Java 7 and older can still be used for builds https://jenkins.io/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/ On Sat, Jun 24, 2017 at 7:27 AM, Conrad T. Pino wrote: > >- A secure Java 8 JRE is

Jenkins 2.60.1 With Java 7 Slave Node

2017-06-23 Thread Conrad T. Pino
* A secure Java 8 JRE is unavailable on CentOS 5. * Oracle JRE free support ended long ago. * OpenJDK 8 binary packages unavailable. * Fedora EPEL latest is OpenJDK 1.7.0_131 * Can Jenkins 2.60.1 work with Java 7 JRE slaves? -- You received this message because