Docker updates

2019-07-10 Thread Gavin McDonald
Hi All, Docker is outdated on most Jenkins nodes and needs updating. As of now, we are removing all 'docker', 'docker.io' and 'docker-engine' packages and replacing them with 'docker-ce' latest version. This is done in 2 stages, first to ensure the old packages are all removed, and then install

Re: [NOTICE] Jenkins GHPRB deprecated, please switch :)

2019-07-10 Thread Ismael Juma
Hi, A couple more issues: 1. If you configure multiple Jenkins jobs (eg one for Java 8 and one for Java 11), only 1 seems to update the commit status in the PR. The previous plugin was able to show the status for multiple jobs. 2. It's unclear how to enable a job for certain branches only. With t

Re: [NOTICE] Jenkins GHPRB deprecated, please switch :)

2019-07-10 Thread Ismael Juma
Does this "modern" version provide a way to retest builds without pushing additional commits? This is very useful when tests fail due to environmental issues or if they're flaky. I can't seem to find mention of it in the documentation. It would be a shame to lose this feature. Ismael On Wed, Jul

Re: [NOTICE] Jenkins GHPRB deprecated, please switch :)

2019-07-10 Thread Ismael Juma
Looks like it has. Apache Kafka PRs don't trigger Jenkins builds any longer. :( I hope the conversion is smooth, will try it now. Ismael On Wed, Jul 10, 2019 at 3:33 PM Kenneth Knowles wrote: > Has this support already been removed? > > All of Beam's jobs use this plugin. They are generated usi

Re: [NOTICE] Jenkins GHPRB deprecated, please switch :)

2019-07-10 Thread Kenneth Knowles
Has this support already been removed? All of Beam's jobs use this plugin. They are generated using the job DSL, but we have not ported to the other plugin. Kenn On Wed, Jul 10, 2019 at 1:33 PM Daniel Gruno wrote: > Hi folks, > as part of some cleanup and consolidation (essentially we don't wa

[NOTICE] Jenkins GHPRB deprecated, please switch :)

2019-07-10 Thread Daniel Gruno
Hi folks, as part of some cleanup and consolidation (essentially we don't want to maintain two different plugins that do the same thing), we have removed support for the old GitHub PR Builder on Jenkins, and are focusing on the modern variant. If your build previously made use of the old one (It

Daily snapshot builds through Jenkins

2019-07-10 Thread Vinod Kone
Hi there, We would like to automate publishing of Mesos snapshot jar to repository.apache.org through a Jenkins job in builds.a.o. Right now we do this manually through a script . I have couple questions that I was hoping you could