pipeline withDockerRegistry fails while reading auth file "read ...: is a directory"

2021-05-19 Thread Steven Schlansker
Hi all, we have run Jenkins declarative pipeline to build Docker images for a long time now and after we set it up it always seemed to work fine. Since a recent upgrade (Jenkins 2.290 -> 2.293) and associated plugins (Docker Pipeline, Docker base plugin, Credentials, Credentials Pipeline, etc... I

How to get the pipeline name from individual jobs?

2021-05-19 Thread uday kiran
I have a pipeline where we will call another freestyle job. I need to access the pipeline name from this freestyle job to send emails from this or to make conditions. I tried using ${BUILD_CAUSE} but it is showing only UPSTREAMTRIGGER Any suggestion on how to get this? -- You received this me

Re: How to get rid of noisy warning "No suitable checks publisher found"

2021-05-19 Thread Amedee Van Gasse
If anyone is still going to answer this question, go ahead, but after a month we've given up and just accept that the messages are there. On Monday, April 19, 2021 at 3:14:02 PM UTC+2 Amedee Van Gasse wrote: > One of the Jenkins plugins dragged in the *Checks API* as a dependency > and now *EVE