Where does Blue Ocean get the data for what it shows under 'commit' and
'message'? For me, under "Message" it shows the text from the latest
commit of my shared library. That is useless information. I want to be
able to put information about the actual job, not the state of the shared
libra
aghhh I was just missing commas after my addresses
On Monday, January 25, 2021 at 3:37:46 PM UTC-6 Bob S wrote:
>
> I'm trying to use the Extended E-mail Notification plugin to email me when
> a build fails. I keep getting this error:
>
> An attempt to send an e-m
I'm trying to use the Extended E-mail Notification plugin to email me when
a build fails. I keep getting this error:
An attempt to send an e-mail to empty list of recipients, ignored.
I'm trying to send the email from a declarative pipeline
like this:
emailext body: 'Check console output at
I'm using XMLSlurper to read a short xml file. For a given node I can get
its attributes using 'attributes()', and I can get the size() of that to
know how many there are. But I can't figure out how to get each
attribute's key and value.
If I know an attribute is, say "Name"="Jim", I can sa
Hello - I just started using Jenkins. I wanted to use it to do automated
builds of our Perforce depot. From everything I am reading, it seems like
Jenkins wants to make its own perforce workspace when it does syncing and
builds. I spent most of yesterday trying to get it to work with our
ex