Re: slowness with jenkins 1.490

2012-12-06 Thread ohad shai
Is there a way to disable lazy loading? On Monday, November 26, 2012 11:38:47 PM UTC+2, ohad shai wrote: I have some views, but this happened on default view. the main page is on the default view. Maybe there is a plugin involved? On Mon, Nov 26, 2012 at 8:03 PM, Jesse Glick

Re: Request hosting for 'Job StrongAuthSimple Plugin'

2012-12-06 Thread KK.Kon
Hello Jenkins developers, I'm Sorry. I added Jenkins Wiki page. POM artifactId job-strongauth-simple Current source on GitHub https://github.com/kkkon/job-strongauth-simple-plugin My GitHubID: kkkon https://github.com/kkkon https://github.com/kkkon Jenkins Wiki page:

howto retrieve node from Launcher ?

2012-12-06 Thread nicolas de loof
I need the current node to resolve NodeSpecific ToolInstallation during SCM polling (clearcase, working on JENKINS-14247) clearcase plugin uses Computer.currentComputer().getNode(), and fall into a NullPointer when master is configure to have 0 executors currentComputer javadoc says This method

Re: Request to commit access to upload Over-the-Air Ad Hoc Deployment Plugin For iOS

2012-12-06 Thread Christopher Orr
Hi there, On 06/12/12 08:14, justin wrote: I have developed a Jenkins Plugin that automates the process of Over-the-Air Ad Hoc Deployment for iOS projects. The plugin is written in jruby https://github.com/sourcebits-jesly/otabuilder-plugin. Am all new towards programming as well as

periodic build - get time of next build

2012-12-06 Thread david michael gang
Hi all, How do i know when a job which builds periodically will be built next time? Which Java class and function should i use? Thanks, David

memory consumption of builds

2012-12-06 Thread Johannes Ohlemacher
Hello, i noticed a memory problem with my valgrind plugin for jenkins. The result of the valgrind plugin (basically a list of errors with stacktraces) is stored with the build (build.xml). After a fresh restart of jenkins, those builds gets deserialized and kept in memory as soon as the first

Re: howto retrieve node from Launcher ?

2012-12-06 Thread nicolas de loof
That's not what I'm looking for : I need the node that will run the polling process, and was passed as Launcher to SCM polling 2012/12/6 Bruno P. Kinoshita brunodepau...@yahoo.com.br Hi Nicolas! I *think* when you set executors=0 in the master it is not inserted in the computers list. Thus

Re: Jenkow plugin hacking

2012-12-06 Thread Max Spring
Trying to build it myself I ran into a missing dependency: com.cloudbees:vietnam4j-core:jar:1.5-SNAPSHOT Earlier, I also missed the database plugin 1.0-SNAPSHOT dependency, but I could resolve that by building it from source. -Max On 11/28/2012 12:01 PM, Kohsuke Kawaguchi wrote: This

Re: Jenkow plugin hacking

2012-12-06 Thread Jesse Glick
On 12/06/2012 03:18 PM, Max Spring wrote: Trying to build it myself I ran into a missing dependency: com.cloudbees:vietnam4j-core:jar:1.5-SNAPSHOT 1.5 was already released, so I guess just update the dep.

Refactoring some Subversion code into core

2012-12-06 Thread Dean Yu
Hi folks, specifically rpetti and kutzi, I'd like to do some work to provide a post-commit hook for the Perforce plugin[1]. Looking through that code base, it's looks like it started life modeled on the Subversion plugin, but it has diverged significantly. I'm not going to attempt to

Re: memory consumption of builds

2012-12-06 Thread Jesse Glick
On 12/06/2012 09:37 AM, Johannes Ohlemacher wrote: Why does jenkins always deserialize all builds for all jobs? My initial (naive?) expectation was that jenkins would only deserialize a build when a user opens it in the browser. That is what happens in 1.485+, or should happen at least. Or

Re: [ANN] Wiki moderators spam removal tool

2012-12-06 Thread Larry Shatzer, Jr.
Looks like the spammers were tired of us deleting their spam pages, and now have moved on to the Japanese section of the wiki: https://wiki.jenkins-ci.org/display/JA/ekiosku.com+shopping+very+easy+and+enjoyable I don't have permissions to delete this page., -- Larry On Sat, Nov 17, 2012 at

Re: Refactoring some Subversion code into core

2012-12-06 Thread Dean Yu
I'm not a big fan of the shared plugin model. As a user, I've gotten bitten way to many times by compatibility problems this causes. -- Dean On 12/6/12 2:16 PM, Christoph Kutzinski ku...@gmx.de wrote: Sounds like this makes sense. I guess this code should be generic enough, so that any SCM

Re: Request to commit access to upload Over-the-Air Ad Hoc Deployment Plugin For iOS

2012-12-06 Thread Jesly Varghese
Hi Chris, Thanks for the suggestions. Gave me a lot of ideas for improvement. The company I work for uses FTP to store the app bundles. :). But I consider coupling to a certain type of deployment alone is not good. I will look into the publish over plugin, and see how it can be coupled along. I

Re: slowness with jenkins 1.490

2012-12-06 Thread ohad shai
I think this is not correct. prior to version 1.485 jenkins was OK, although its startup time was few minutes. after the upgrade the startup time decreased to few seconds. However, each load of a web page take from few long seconds to few minutes or timeout. From my point of view, it is better to