Re: How can we customise jenkins email content?

2020-04-11 Thread Michael Shuler
Bravo for the Simpsons emoji usage in slack messages. I think we should steal this, Mick :) Warm regards, Michael On 4/11/20 10:23 AM, Matt Sicker wrote: To elaborate further, if you look through the global variables available, you should be able to obtain all the info you’d use in a Jelly tem

Re: Jenkins queue blockage

2020-01-14 Thread Michael Shuler
The top level job is a lightweight executor run that triggers the actual test job matrix, such as: https://builds.apache.org/job/Cassandra-3.11-cqlsh-tests/511/cython=yes,jdk=JDK%201.8%20(latest),label=cassandra/ The lightweight executor can run anywhere, it is undefined, and it does not take

Re: Heron Site Build Failing

2019-11-07 Thread Michael Shuler
A very quick look at your site script and Dockerfile.ubuntu18.04 shows no $USER gymnastics, so everything done by docker will be owned by root. This is why it worked once and the jenkins user has no permission to manipulate the files on disk. Kind regards, Michael On 11/7/19 8:22 AM, Josh Fis

Re: Jenkins Build for Heron

2019-04-15 Thread Michael Shuler
On 4/15/19 3:50 PM, Michael Shuler wrote: Your steps make an assumption that it's a yum-based OS, too, so wouldn't work on the deb-based slaves anyway. Whoops, I see the conditionals - never mind this comment. :) -- Kind regards, Michael

Re: Jenkins Build for Heron

2019-04-15 Thread Michael Shuler
Generally, one should treat Jenkins as a glorified cron scheduler with fancy reporting. OS-level customization of slaves for your particular versions of things and paths, as you are suggesting, might conflict with other users of this shared Jenkins system. Your steps make an assumption that it'

Re: Please give me admin access to https://builds.apache.org/view/O/view/OpenWhisk/

2018-12-04 Thread Michael Shuler
On 12/4/18 11:33 AM, Vincent S Hou wrote: > Sorry about the mistake. I do not need to admin access, but the write access, > able to create the pipeline for > https://builds.apache.org/view/O/view/OpenWhisk/. > Thank you. The description header on builds.a.o links to the wiki doc on how to do thi

Jenkins node labels appear to be misconfigured

2017-07-25 Thread Michael Shuler
All/most jobs are queued with no node labels found. -- Michael

Re: New JDKS added to Jenkins and Buildbot nodes

2017-02-13 Thread Michael Shuler
On 02/12/2017 03:29 PM, Gavin McDonald wrote: > The ‘latest’ link and ‘latest1.8’ links in Jenkins and Buildbot have > been updated to point to jdk1.8.0_121 Would INFRA be acceptable to a JIRA request for ongoing maintenance of a "latest1.8+JCE" option? There is currently only one version as an op

Jenkins restarted?

2016-12-05 Thread Michael Shuler
Sitting at a "Please wait while Jenkins is getting ready to work..." screen, currently. Was this planned? Thanks, Michael.

Re: Graphviz on build slaves?

2016-11-18 Thread Michael Shuler
On 11/18/2016 09:56 AM, Martijn Dashorst wrote: > For generating the Wicket manual, we want to use plantuml from > asciidoctor. This requires the availability of graphviz (i.e. dot) on > the server. > > Is this available, and if so where can the executable be found? If it > isn't available, can it

Re: [IMPORTANT] - A lot of jenkins jobs have been changed!

2016-11-10 Thread Michael Shuler
On 11/10/2016 04:29 PM, Gavin McDonald wrote: >> 2) I would encourage more projects to manage their Jenkins >> configurations in version control, either by using a Jenkinsfile or >> the Job DSL plugin, it makes it much simpler to maintain your >> configuration in time and easier to collaborate on.

Re: Permission denied access on distill-ci Jenkins build

2016-10-07 Thread Michael Shuler
On 10/07/2016 05:44 PM, Chris Lambertus wrote: > >> On Oct 7, 2016, at 2:13 PM, lewis john mcgibbney > > wrote: >> >> error: could not create >> '/usr/local/lib/python2.7/dist-packages/flask': Permission denied > > The simplest solution for this is probably going to be