Re: Jenkins - Mutlibranch pipeline

2022-04-15 Thread Jeremy Mordkoff
If you use the GUI, the scan interval for new branches is under Scan Multibranch Pipeline Triggers and the orphan item setting is right after it. On Thursday, April 14, 2022 at 5:02:50 PM UTC-4 nhoj.p...@gmail.com wrote: > So I've changed mine to 7 days, which I've done using the groovy script

Re: How to know when plugins were installed

2022-04-15 Thread John Patrick
>From the plugin ui, everything you can disable is usually a plugin you've installed yourself. A few plugins I've installed can't be disabled, usually where I installed a subsequent plugin that uses that previous plugin. The newer plugin ui is much easier to visualise that information. So Jenkins

Re: How to know when plugins were installed

2022-04-15 Thread eric....@gmail.com
If you're in Unix, Go to $JENKINS_HOME/plugins: ls -ltr *.hpi *.jpi The most recently installed will be at the bottom and you'll see the date. On Friday, April 15, 2022 at 10:59:10 AM UTC-6 jf.la...@gmail.com wrote: > Hello, > > The Jenkins Plugin Manager gives us a long list of about 100 inst

Re: Jenkins Scripting Console

2022-04-15 Thread eric....@gmail.com
Well my bad, it works fine. I was thinking the plugins were disabled if they were subdued in color. No, that just means they can't be disabled. I didn't have any disabled. I disabled subversion and it shows Disabled. Maybe this will help someone down the road, though, who wants to do the s

How to know when plugins were installed

2022-04-15 Thread jf . larvoire
Hello, The Jenkins Plugin Manager gives us a long list of about 100 installed plugins on our system. Yet I'm sure that we've not installed more than a dozen beyond the default ones suggested in the beginning. Most of the plugins listed are probably just dependencies of the initial ones, or o

Jenkins Scripting Console

2022-04-15 Thread eric....@gmail.com
Hi all! I'm trying to display a few simple things from the console for our security team. I'm getting the correct answers for all except whether the plugin is enabled or not. They are all returning enabled for me. Can someone tell me what I'm doing wrong in my groovy code? Jenkins.instance.