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

Re: Wiki not allowing edits?

2017-06-24 Thread Arnaud Héritier
Something is broken but I don't yet know what I lost my admin privileges and a part of menus I don't know if the problem is in Confluence itself or at the cache level I think the cache is a part of the issue. For exemple if I had a ?test parameter to a page I can edit it On Fri, Jun 23, 2017 at

How to make Jenkins automatically add webhook for Pipeline job?

2017-06-24 Thread Yuri Kanivetsky
Hi, I have added credentials for Jenkins to be able to add a webhook. For that I did the following: 1. Generated personal access token on GitHub with repo and admin:repo_hook scopes. 2. Added Secret text credentials with corresponding token. 3. Added GitHub Server with credentials from the