Re: Reasons for workspace cleanup

2022-04-14 Thread mar...@gmail.com
When starting Jenkins you can change the default for the hudson.model.WorkspaceCleanupThread.retainForDays which is 30 days. Search for the property in Jenkins Features Controlled with system properties . What I have done is added

authorize-project plugin

2022-04-13 Thread mar...@gmail.com
I read the plugin documentation at https://plugins.jenkins.io/authorize-project/ and it says that when you run as the user who triggered the build "configuring projects are allowed only with the BUILD permission" So I went and set the global security settings to run as the user who triggered t

Re: Declarative pipeline and global shared library complex question

2021-10-04 Thread mar...@gmail.com
Any input, anyone? On Thursday, September 23, 2021 at 1:32:36 PM UTC-4 mar...@gmail.com wrote: > I have been troubled by this for quite some time without finding out the > reason. I will describe a simple test case and will give the reasons for > why I need to do it this way.

Re: Calling functions in Jenkins Shared Libraries

2021-09-23 Thread mar...@gmail.com
Have you discovered anything? See my recent post today about similar issue. You can follow it. On Monday, August 3, 2020 at 2:56:28 PM UTC-4 Chris Shannon wrote: > I've been using Jenkins shared libraries for quite a while, but something > just popped up which is confusing me quite a bit. Ins

Re: Declarative pipeline and global shared library complex question

2021-09-23 Thread mar...@gmail.com
I am certain @Kohsuke knows the answer immediately. On Thursday, September 23, 2021 at 1:32:36 PM UTC-4 mar...@gmail.com wrote: > I have been troubled by this for quite some time without finding out the > reason. I will describe a simple test case and will give the reasons for > why

Re: Declarative pipeline and global shared library complex question

2021-09-23 Thread mar...@gmail.com
I do not think it is important but this is occurring on Jenkins 2.249.3 On Thursday, September 23, 2021 at 1:32:36 PM UTC-4 mar...@gmail.com wrote: > I have been troubled by this for quite some time without finding out the > reason. I will describe a simple test case and will give the r

Declarative pipeline and global shared library complex question

2021-09-23 Thread mar...@gmail.com
I have been troubled by this for quite some time without finding out the reason. I will describe a simple test case and will give the reasons for why I need to do it this way. I would appreciate if all the good folks that spend their time to help others could just assume that the scenario is