Re: Amazon EC2 Plugin not starting new instances

2016-04-04 Thread Suckow, Thomas J
That is a well known issue with the Jenkins cloud API. The starting of slaves is dependent on the load statistics which take a while to convince Jenkins it should start a new slave. Effectively you can think of Jenkins trying to guess if the first jobs will finish soon and that it is "better" to

Re: What's the best way to deploy with two factor auth?

2015-07-28 Thread Suckow, Thomas J
Others may have a better idea, but if I had to keep the two-factor I would archive the artifacts in the main build. Then create a deployment job that uses the copy artifact plugin to grab the latest build and have a parameter that was the second factor. You could then trigger that build and ente

Re: grayed-out font style in build history list

2015-07-13 Thread Suckow, Thomas J
I am guessing this is what is bothering you: #buildHistory .desc { opacity: 0.6; } I don't have a preference either way. If you wanted to rebuild the war file, you would just have to find and remove the opacity line. From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Tony Wallace

Re: Jenkins Safe Restart

2015-06-19 Thread Suckow, Thomas J
I think you can disable a tomcat service via some api call. Then you could re-enable it. From: capt edgar mailto:capted...@googlemail.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Friday, June 19, 2015

Re: Strange issue with copy artifact plugin not copying everything

2015-06-19 Thread Suckow, Thomas J
For good measure I went and checked the folder and the archive directory has all the files it is supposed to. Though I expect this since my workaround works. I created a brand new freestyle job that ALL it does is copy the artifacts. The first time it is run, only 15 are copied. If I click build n

Strange issue with copy artifact plugin not copying everything

2015-06-18 Thread Suckow, Thomas J
I am seeing a strange behavior with the Copy Artifact Plugin version 1.35.1 I have a job that creates some shared objects and some include headers. Those files are archived as artifacts and in another job use the "Copy Artifact" build step to copy them. The console says 18 files were copied, but

Re: Does the laster version of docker plugin requires java 1.7 ?

2015-06-16 Thread Suckow, Thomas J
> Does the docker plugin requires java 1.7 ? Yes -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this di

Sort order

2015-06-03 Thread Suckow, Thomas J
Is it just me or in 1.615 is the default sort order backwards? The other day I noticed that on every screen with a table (Such as the list of jobs), they are all sorted Z->A by default. Did I accidentally change some setting? - Thomas -- You received this message because you are subscribed to

Re: Unstoppable Jenkins job?

2015-05-27 Thread Suckow, Thomas J
Assuming this is on the master node, you could get thread stack traces from /threadDump (link in Manage Jenkins->System Information) I believe it would be a thread labeled "Executor..." I don't believe Jenkins can/will forcibly pull the rug out from under an executor. So if something about the

Re: Better Logging for Jenkins Shutdown

2015-05-27 Thread Suckow, Thomas J
Nothing in the system logs? From: Rob Mandeville mailto:rmandevi...@dekaresearch.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Wednesday, May 27, 2015 at 6:09 AM To: "jenkinsci-users@googlegroups.com

Re: [EC2 plugin] All nodes of label 'my_label' are offline

2015-05-22 Thread Suckow, Thomas J
.get("mylabel").nodeProvisioner.stat.computeQueueLength() ) returns 0. While println(Jenkins.getInstance().unlabeledNodeProvisioner.stat.computeQueueLength() ) returns 0 as well. If I understand correctly there's nothing that I can do to solve this at the moment right? Il giorno giovedì 21 magg

Re: [EC2 plugin] All nodes of label 'my_label' are offline

2015-05-21 Thread Suckow, Thomas J
Assuming you have things configured correctly I would believe it is related to https://issues.jenkins-ci.org/browse/JENKINS-27034 To confirm: In the groovy console /script you can try the following replacing my&&label with your my_label expression. If it prints 0, I'd bet it is the issue above.

Re: Where is the JRE?

2015-05-01 Thread Suckow, Thomas J
Manage Jenkins -> System Information should include the path to the Java Install being used. It is probably listed in the java.home environmental variable. From: Jeff Dege mailto:jd...@korterra.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:je