Missed Github webhook events

2021-03-23 Thread Bruce Becker
Hello! I would like to ask for some advice in debugging a strange issue we have in our Jenkins : *pipeline events are often not triggered.* The setup is as follows: 1. Several (O(100)) multibranch pipeline jobs configured with Github source plugin, with Jenkinsfile in the repository

Re: [DevOps World Jenkins World 2019]: Volunteers needed for review committee

2019-02-20 Thread Bruce Becker
kinsci-users/CAC9wNazdV4D7YjpjTh7Lrvd%2B04MCQ72Xrc9Dayns%3DpOyxTaOkw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Dr. Bruce Becker Senior Operations Officer, EGI <http://EGI.eu> Foundation

Agents with multiple labels

2018-09-11 Thread bruce . becker
Hi, simple question - how would I declare an agent with more than one label, like agent { label "centos6" label "x86_64" } or agent { label "x86_64 centos6" } or something else? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

help constructing a Jenkinsfile for Docker builds

2018-09-11 Thread bruce . becker
Hi all, this is my first time coming to Jenkins pipeline builds from a long history of matrix builds in freestyle jobs. I am very confused by how Jenkins is interpreting my Jenkinsfile, and would appreciate some help. I am prepared to accept that I need to learn Groovy, and that perhaps the dec