Re: Workspace is not getting deleted

2022-07-01 Thread Krish S
One workspace is for build in server which is checking out library, and another checking out source code. Workspace is getting cleared on slave1 as you might have workspace cleanup command running inside node. I would recommend you to try checking out library within node/pipeline within same stage.

Re: [Urgent] CVE-2021-44228 and Jenkins

2021-12-12 Thread Krish S
I am following for the same issue… found below info on community page regarding this vulnerability. https://www.jenkins.io/blog/2021/12/10/log4j2-rce-CVE-2021-44228/ Thanks & Regards, Kritesh On Sun, Dec 12, 2021 at 9:27 AM the.n...@gmail.com wrote: > Hi All, > > I am looking for any informat

Re: How to get owner of upstream build in downstream build without using parameter?

2020-08-04 Thread Krish S
You could try this : def owner = currentBuild.getBuildCauses(‘hudson.model.Cause$UserIDCause’) manager.addShortText(“${Approval.userId[0]} ${Approval.userName}”) Thanks, On Tue, Aug 4, 2020 at 2:04 AM Gajanan Mahajan wrote: > I have upstream and downstream pipelines and in downstream pipeline

Jenkins Email distribution to All Jenkins User Under People

2020-07-09 Thread Krish S
I am looking to send notification to all user listed on People tab from Jenkins for any notification or special announcement purpose. Any Suggestion ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rece