Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-02-26 Thread Richard Bywater
Ah - hadn't realised they also did Docker image. Thanks for pointing that out. Richard. On Wed, 27 Feb 2019 at 13:17, Slide wrote: > Looks like AdoptOpenJDK had some different options as well for base Docker > images. > > https://hub.docker.com/r/adoptopenjdk/openjdk8 > > On Tue, Feb 26, 2019,

Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-02-26 Thread Slide
Looks like AdoptOpenJDK had some different options as well for base Docker images. https://hub.docker.com/r/adoptopenjdk/openjdk8 On Tue, Feb 26, 2019, 16:49 Richard Bywater wrote: > If the concern is regarding packaging, would it be worthwhile switching > the images to drag in something like

Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-02-26 Thread Richard Bywater
If the concern is regarding packaging, would it be worthwhile switching the images to drag in something like a AdoptOpenJDK archive and use that instead? (Presumably would need to create symlinks etc. for binaries). I took a look at the CentOS OpenJDK11 package and it was hard to tell how

Re: Fixing pot holes in Blue Ocean UI?

2019-02-26 Thread Jennifer Briden
Hello! Yes, we have prioritized those issues and a few minor UI improvements. Craig, I'd like to set up some time with you to introduce myself and establish a way to more quickly and directly get your input. I will reach out to you in email via my CloudBees address, if that works for you. Jenn

Re: Fixing pot holes in Blue Ocean UI?

2019-02-26 Thread Michael Neale
So just checking in on this excellent list as of this week: - https://issues.jenkins-ci.org/browse/JENKINS-53022 Cannot disable a job in Blue Ocean - Looks like Gavin is starting this (sounded like some good progress). - https://issues.jenkins-ci.org/browse/JENKINS-53019 Changes

Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-02-26 Thread Mark Waite
On Tue, Feb 26, 2019 at 3:31 PM R. Tyler Croy wrote: > (replies inline) > > On Tue, 26 Feb 2019, Matt Sicker wrote: > > > Based on the details regarding Debian and Ubuntu's poor maintenance of > JDK > > packages, I'd support using a different distro like CentOS. That > certainly > > pushes

Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-02-26 Thread R. Tyler Croy
(replies inline) On Tue, 26 Feb 2019, Matt Sicker wrote: > Based on the details regarding Debian and Ubuntu's poor maintenance of JDK > packages, I'd support using a different distro like CentOS. That certainly > pushes myself away from defaulting to ubuntu or debian for Java Docker > images.

Re: [DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-02-26 Thread Matt Sicker
Based on the details regarding Debian and Ubuntu's poor maintenance of JDK packages, I'd support using a different distro like CentOS. That certainly pushes myself away from defaulting to ubuntu or debian for Java Docker images. On Tue, Feb 26, 2019 at 3:23 PM Baptiste Mathus wrote: > Hey

[DISCUSS] Switching to CentOS for Jenkins Docker base image

2019-02-26 Thread Baptiste Mathus
Hey everyone, We had a discussion at the regular Platform SIG meeting, and we thought we would socialize this idea/subject with a larger group of people. Many events or issues have recently collided that led many us to question the Docker image variants that the Jenkins Project provides,

Questions about developing pipeline DSL plugin

2019-02-26 Thread liyudong123
Hi all, I'm a student from China University of Geosciences and I'm trying to create a pipeline compatible plugin. I have encountered some problems when I am learning the workflow-remote-loader-plugin source code. Class

Re: Copying file from Master to slave

2019-02-26 Thread Ullrich Hafner
Additionally think carefully about the design of your code. Which part of the code should run on the master, which part on the slave. It might be also required to consider MasterToSlaveCallable. > Am 26.02.2019 um 09:12 schrieb Joseph P : > > You want to use FilePath class as much as

Re: Copying file from Master to slave

2019-02-26 Thread Joseph P
You want to use FilePath class as much as possible, it has methods that work regardless if it is on master or agent. See the JavaDoc: https://javadoc.jenkins.io/hudson/FilePath.html On Tuesday, February 26, 2019 at 8:44:02 AM UTC+1, Nikhil Bhoski wrote: > > I have my plugin which creates a