Help with failed builds on ci.jenkins.io

2019-10-11 Thread Richard Bywater
Hi all I need some help in trying to work out whether the failing builds on ci.jenkins.io for HTML Publisher Plugin is code related or infrastructure related. When built locally on my machine (both on Windows and also a WSL Ubuntu install) there are no issues. However when built on ci.jenkins.io

Re: 2019 Elections: List of nominees

2019-10-11 Thread Daniel Beck
> On 11. Oct 2019, at 04:16, Kohsuke Kawaguchi wrote: > > I apologize for the ball drop. There were a few emails stuck in the > moderation queue that I failed to process. As a result, the following > additions are made: > > On Wed, Oct 9, 2019 at 8:47 AM Kohsuke Kawaguchi wrote: > >> (…) >>

Re: Help with failed builds on ci.jenkins.io

2019-10-11 Thread Victor Martinez
There is a known issue with the windows delete step: - https://github.com/jenkins-infra/pipeline-library/pull/115 - https://github.com/jenkins-infra/pipeline-library/pull/116 You can see the error in BO: - https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fhtmlpublisher-plugin/detail/PR-4

durable-tasks issue when running the parallel step

2019-10-11 Thread Victor Martinez
Hi there, Not sure whether this is related to https://github.com/jenkinsci/durable-task-plugin/pull/98 or something else, in any case I've raised https://issues.jenkins-ci.org/browse/JENKINS-59668 recently, but worth to mention here that I managed to narrow down when it happens, the below sni

Re: durable-tasks issue when running the parallel step

2019-10-11 Thread Mark Waite
If your first code sample is an accurate representation of the code you're using, then you probably need to change: parallelTasks["windows"] = generateLinux() to parallelTasks["windows"] = generateWindows() On Fri, Oct 11, 2019 at 6:20 AM Victor Martinez < victormartinezru...@gmail.com> wrote

Re: Trademark sublicense request: Jenkins Master Class

2019-10-11 Thread Parker Ennis
Thanks for the feedback, Tyler. Completely reasonable concerns. We want to keep the focus on Jenkins as you mentioned and won't have content around CloudBees Core, for example. However, we will want to utilize the series to attract people to the support offering and use the content as a value add

Re: durable-tasks issue when running the parallel step

2019-10-11 Thread Victor Martinez
Thanks Mark, actually it was a typo in the code sample. :) > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com.

2019 Elections: Updated list of nominees and personal statements

2019-10-11 Thread Kohsuke Kawaguchi
As per the post , here is the updated list of nominees and their personal statements that describe who they are, by their own words. Board (we are electing 3

Re: Help with failed builds on ci.jenkins.io

2019-10-11 Thread Richard Bywater
Thanks Victor. So as far as I can tell once the Windows issue gets fixed then all should be fine? Richard. On Sat, 12 Oct 2019, 1:05 AM Victor Martinez, wrote: > There is a known issue with the windows delete step: > - https://github.com/jenkins-infra/pipeline-library/pull/115 > - https://githu