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
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
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
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