Re: How do you debug Jenkins pipelines?

2024-02-28 Thread doug liu
Exactly! Any guide on this? thanks! 在2020年4月20日星期一 UTC+8 23:26:58 写道: > You want to be able to do something like this? > > [image: image.png] > > > > On Mon, Apr 20, 2020 at 9:24 AM Nick Stolwijk wrote: > >> You can validate your Jenkinsfile by sending it to your Jenkinsserver[1]. >> There is a

.git-credentials on Node home

2024-02-28 Thread Anderson Cruz
Hello everyone, Since the latest update, I've noticed some jobs using http/https git clone commands generate the file ".git-credentials" on some nodes which block other jobs ( unauthorized access ) to clone because it does not use the proper user/password for operation. Based on what I've seen so