Re: Jenkins Plugin for custom email notification

2020-07-18 Thread DHAVAL JAISWAL
build. > > Kindly suggest any relevant Jenkins plugins that are available for this > requirement. > > > Regards, > Tamilarasan K > -- Thanks & Regards Dhaval Jaiswal -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

How to fix workspace deletion on slave node

2021-04-15 Thread DHAVAL JAISWAL
Workspace on Slave node is deleted if the Job is not running/active from Master Jenkins for some days. How shall I fix this issue? While referring to some forum advising to fix *hudson.model.WorkspaceCleanupThread.disabled* [ false ]. However, I am unable to find this parameter. Guide me on how

Re: How to fix workspace deletion on slave node

2021-04-29 Thread DHAVAL JAISWAL
eitag, 16. April 2021 um 03:18:23 >> UTC+2: >> >>> This is a system property that should be set when starting up jenkins. >>> You would want to set *hudson.model.WorkspaceCleanupThread.disabled* >>> to true to disable deletion of workspaces. >>> &