Intermittent (and node-specific?) build failures

2018-02-02 Thread Mike Jumper
: Mike Jumper Date: Wed, Jan 31, 2018 at 8:01 PM Subject: Re: Build failed in Jenkins: guacamole-server-coverity #16 To: d...@guacamole.apache.org On Wed, Jan 31, 2018 at 7:47 PM, Apache Jenkins Server wrote: > See <https://builds.apache.org/job/guacamole-server-coverity/ 16/display/re

Re: web site building with gitpubsub

2018-02-03 Thread Mike Jumper
On Feb 3, 2018 08:40, "Chris Lambertus" wrote: ... If anyone has created internal documentation for their own work with markdown+gitpubsub, I’d love to have a link. The internal website maintenance/build docs for Guacamole, which uses Jekyll and gitpubsub: https://github.com/apache/guacamole-w

Re: Intermittent (and node-specific?) build failures

2018-02-03 Thread Mike Jumper
uld also be something funky with the git clone. Try > setting Jenkins to delete the workspace before the build starts and/or set > Git -> Additional Behaviours -> Wipe out repository & force clone > > -Chris > > > > > > On Feb 2, 2018, at 11:43 AM, Mike Jumper

Re: Build failed in Jenkins: struts-master #27

2018-05-18 Thread Mike Jumper
On Fri, May 18, 2018 at 5:28 AM, Lukasz Lenart wrote: > Do you now what's the cause? Is Java 8 required to build a Maven > project? This used to work and it builds locally with JDK7. > > Java 8 is required for builds that use Jenkins' Maven plugin: https://wiki.jenkins.io/display/JENKINS/Maven+P

Re: Jenkins build hosts filling up...needs everyone's help!

2018-07-20 Thread Mike Jumper
On Thu, Jul 19, 2018, 10:36 Dan Kirkwood wrote: > TrafficControl uses docker-compose to build each component, so the disk > space used is within docker's space -- not the workspace. We do attempt > to clean up after each build, but would be happy to get advice to improve > how we're doing it.

No space on H21 (Was: Fwd: Build failed in Jenkins: guacamole-client-coverity #73)

2018-09-30 Thread Mike Jumper
FYI - we're currently seeing disk space issues on H21. - Mike -- Forwarded message - From: Apache Jenkins Server Date: Sun, Sep 30, 2018, 14:37 Subject: Build failed in Jenkins: guacamole-client-coverity #73 To: See < https://builds.apache.org/job/guacamole-client-coverity/73

Re: No space on H21 (Was: Fwd: Build failed in Jenkins: guacamole-client-coverity #73)

2018-09-30 Thread Mike Jumper
F Infra > > > > > > > On Sep 30, 2018, at 3:12 PM, Chris Thistlethwaite < > cthistl...@outlook.com> wrote: > > > > I've been working on H21 and H31. They both had a some docker issues > where the process was locked and I couldn't do anything

Re: No space on H21 (Was: Fwd: Build failed in Jenkins: guacamole-client-coverity #73)

2018-10-01 Thread Mike Jumper
them available for all. We've seen disk space problems, too > > many jobs, too-long jobs, etc. > > > > Infra will keep working and improving our management of the build nodes. > > In the meantime, please keep reporting problems, and we'll do our best to > > k

No space on H25 (Was: Fwd: Build failed in Jenkins: guacamole-client-docker #6)

2018-10-03 Thread Mike Jumper
FYI - we're currently seeing disk space issues on H25. - Mike -- Forwarded message - From: Apache Jenkins Server Date: Wed, Oct 3, 2018, 07:01 Subject: Build failed in Jenkins: guacamole-client-docker #6 To: See < https://builds.apache.org/job/guacamole-client-docker/6/display

Re: Can we package release artifacts on builds.a.o?

2019-01-07 Thread Mike Jumper
On Mon, Jan 7, 2019 at 10:39 AM Alex Harui wrote: > Hi Greg, > > Thanks for the history. I agree with the general problem, however, for > Royale, I think the problem is constrained, but I could be wrong. I don't > think there are exploits from things like missing semicolons and other code > exp

Re: Can we package release artifacts on builds.a.o?

2019-01-07 Thread Mike Jumper
On Mon, Jan 7, 2019 at 11:00 AM Alex Harui wrote: > Hi Mike, > > Thanks for the input. IMO, that exploit would be easily seen. Indeed, but setting readability of the example aside: In the context of your question, no - it's not sufficient to verify that only pom.xml was modified. A change to

Jenkins queue blockage

2020-01-13 Thread Mike Jumper
Hi all, Is there a known issue currently affecting Jenkins? The build queue at the moment stands at 419 jobs and growing, yet it doesn't look like there are enough things running to account for the blockage. Checking the load statistics graph for Jenkins, it looks like things suddenly took a turn

Re: broken builds taking up resources

2020-01-26 Thread Mike Jumper
It would be nice if Jenkins could be configured to recognize when a node is unusable due to lack of resources and automatically take it offline. - Mike On Fri, Jan 24, 2020, 13:57 Chris Thistlethwaite wrote: > Here is some data from H41, which was rebooted last night and ran out of > threads to

Automatically building GitHub pull requests with Jenkins

2020-06-09 Thread Mike Jumper
Hello all, I've been trying to configure Jenkins jobs to automatically build pull requests for the Guacamole repositories on GitHub using the "CloudBees Pull Request Builder" as documented here: https://cwiki.apache.org/confluence/display/INFRA/Kicking+off+a+build+in+Jenkins+with+a+GitHub+PR htt

Re: Automatically building GitHub pull requests with Jenkins

2020-06-09 Thread Mike Jumper
t://github.com/apache/guacamole-server.git ? Just a guess. > > On 09/06/2020 16:45, Mike Jumper wrote: > > Hello all, > > > > I've been trying to configure Jenkins jobs to automatically build pull > > requests for the Guacamole repositories on GitHub using the "Cl

Re: Automatically building GitHub pull requests with Jenkins

2020-06-09 Thread Mike Jumper
On Tue, Jun 9, 2020 at 10:29 PM Lukasz Lenart wrote: > śr., 10 cze 2020 o 06:19 Mike Jumper napisał(a): > > > > Thanks, Joan. Unfortunately, that doesn't seem to be the problem. > Switching > > things from git:// back to https:// produces the same result: > &

Re: [IMPORTANT] - Migration to ci-builds.a.o

2020-07-17 Thread Mike Jumper
Hi Gavin, Could you please create a folder for Guacamole, with access granted to all Guacamole committers? Thanks, - Mike On Thu, Jul 16, 2020, 09:33 Gavin McDonald wrote: > Hi All, > > This NOTICE is for everyone on builds.apache.org. We are migrating to a > new > Cloudbees based Client Mas

Re: docker login

2021-09-15 Thread Mike Jumper
On Wed, Sep 15, 2021 at 5:25 PM David P Grove wrote: > > Is there a recommended way to define a Jenkins job that is able to push > images to dockerhub? > We have worked around this for Guacamole builds by creating a temporary directory to house the Docker configuration and explicitly overriding H