"Matrix-based security" option is missing

2014-02-26 Thread Josh Santangelo
I'm moving my Jenkins setup from using the internal database to using Active Directory. This change was surprisingly easy. I would also like to use matrix-based security to lock things down a bit more, but the option isn't shown on the /configureSecurity page at all. I swear I've seen it before

Re: "Matrix-based security" option is missing

2014-02-26 Thread Josh Santangelo
nd it here, but I’m not sure how to install: https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Authorization+Strategy+Plugin -- S T I M U L A N T Josh Santangelo, Technical Director P 206 737 5601 / HQ 415 255 7081 / T @stimulant On Wed, Feb 26, 2014 at 10:17 PM, Daniel Beck wrote: > What&

Re: "Matrix-based security" option is missing

2014-02-27 Thread Josh Santangelo
Yes! I guess I missed that. Thank you. -- S T I M U L A N T Josh Santangelo, Technical Director P 206 737 5601 / HQ 415 255 7081 / T @stimulant On Thu, Feb 27, 2014 at 12:28 AM, Daniel Beck wrote: > Is it installed but disabled? > > On 27.02.2014, at 08:18, Josh Santange

jelly.JellyTagException?

2015-01-20 Thread Josh Santangelo
After updating my Jenkins install, I've found myself in this situation: https://www.dropbox.com/s/xenluffkmjhzi50/Screenshot%202015-01-20%2015.42.13.png Is there a good way to troubleshoot what went wrong? thanks, -josh -- You received this message because you are subscribed to the Google Group

broke on 2.0 upgrade

2016-04-26 Thread Josh Santangelo
I was able to install 2.0, then clicked the button to "install new features". That went ok, and Jenkins starts, but it shows an error on the main page. Attached is a much more verbose log file. hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang

Re: broke on 2.0 upgrade

2016-04-26 Thread Josh Santangelo
Thanks for the reply -- what's the best way to do that if I'm unable to get to the GUI? On Tuesday, April 26, 2016 at 11:51:35 AM UTC-7, Daniel Beck wrote: > > > > On 26.04.2016, at 20:40, Daniel Beck > > wrote: > > > > > >> On 26.04.2016,

Re: broke on 2.0 upgrade

2016-04-26 Thread Josh Santangelo
> On Apr 26, 2016, at 12:09 PM, Daniel Beck wrote: > > >> On 26.04.2016, at 21:01, Josh Santangelo wrote: >> >> Thanks for the reply -- what's the best way to do that if I'm unable to get >> to the GUI? > > Delete JENKINS_HOME/plugins/plug

Active directory failure?

2017-07-13 Thread Josh Santangelo
I'm running Jenkins 2.69 as a service on Windows with Active Directory plugin 2.6. Active Directory authentication works fine for logging in, but one job keeps dying with this error: FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a p

"more SCM polling activities scheduled than handled..."

2016-11-10 Thread Josh Santangelo
Hi all -- I'm seeing the "There are more SCM polling activities scheduled than handled, so the threads are not keeping up with the demands" error consistently on my Jenkins setup (2.3, running as a Windows service). Going to my http://jenkins/descriptor/hudson.triggers.SCMTrigger/ page does sho

Jenkins fails to restart

2016-11-12 Thread Josh Santangelo
Whenever I upgrade Jenkins or plugins and attempt to restart, it fails. I believe what's happening is it's not cleanly releasing its port when it shuts down, so it's already taken when it comes back up. Caused by: java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind0(Nativ

Re: "more SCM polling activities scheduled than handled..."

2016-11-14 Thread Josh Santangelo
at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) -- S T I M U L Λ N T Josh Santangelo, Technical Director P 4

Re: "more SCM polling activities scheduled than handled..."

2016-11-15 Thread Josh Santangelo
Josh Santangelo, Technical Director P 415 363 0336 / HQ 415 255 7081 / T @stimulant > On Nov 14, 2016, at 2:38 PM, Donald Morton wrote: > > Maybe try setting it at 100 threads? That is the max it will do. Not sure if > setting it blank does the same thing or not. > > >

Re: "more SCM polling activities scheduled than handled..."

2016-11-22 Thread Josh Santangelo
s there anything else I can try? -- S T I M U L Λ N T Josh Santangelo, Technical Director P 206 737 5601 / HQ 415 255 7081 / T @stimulant On Tue, Nov 15, 2016 at 11:57 AM, Josh Santangelo wrote: > Setting it to 100 and restarting didn’t change the behavior. At the moment > I have nine job

Verifying Jenkins version?

2015-03-13 Thread Josh Santangelo
I'm troubleshooting some issues with my Jenkins setup, and as part of that downloaded the latest version from the website, which I noticed is labeled 1.602. I've installed that version, but the bottom corner of Jenkins pages says 1.599. No updates are shown under "manage Jenkins". How can I veri

Re: Verifying Jenkins version?

2015-03-13 Thread Josh Santangelo
If it helps, this is Jenkins on Windows, installed via the msi installer. There is a tag in the config.xml, but that says 1.587. > On Mar 13, 2015, at 10:27 AM, Josh Santangelo wrote: > > I'm troubleshooting some issues with my Jenkins setup, and as part of that > down