Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-23 Thread Kenny Ayers
Hey folks, I haven't had any response on the pull request to fix JENKINS-14551 (issue here: https://issues.jenkins-ci.org/browse/JENKINS-14551) Confirmation from SVNKit dev of the fix here: http://issues.tmatesoft.com/issue/SVNKIT-368 Discussion of the issue and fix here: https://groups

Re:Problem upgrading subversion plugin while developing another plugin

2013-05-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Pinning is what overrides it; if you unpin it you can upgrade it yourself. Also, if you are developing a plugin, you don't need to pin the Jenkins version to 1.480, you can just ensure that your plugin's POM references the 1.480 plugin API so that your plugin will stay compatible with 1.480. --

Problem upgrading subversion plugin while developing another plugin

2013-05-23 Thread Nicky Ramone
Hi I am developing a plugin using Jenkins 1.480 as a base. That version of Jenkins includes subversion plugin 1.39 and I want to upgrade to a higher version. I tried upgrading from the plugin manager but after reboot, it is automatically reverted to version 1.39. The subversion plugin is marked a

Re: EC2 plugin with spot support

2013-05-23 Thread Adam Irr
As a member of the team that worked on this feature I'll try to add my comments to your concerns. The ubuntu-init.py script was meant to provide a basis for users on how to set up the callback from Spot instances to Jenkins. Users can modify this as they see fit, the plugin just needs the insta

Node Stalker Plugin

2013-05-23 Thread Baris Batiege
Hi, I am a co-developer on the Node Stalker plugin (https://github.com/jenkinsci/job-node-stalker-plugin). Would it be possible for me to get push and release permission for this repo? My github ID is SargeMcK. Thanks in advance, Baris Batiege -- You received this message because you are sub

Re: Display of large build queue puts heavy strain on browser

2013-05-23 Thread Jesse Glick
On 05/23/2013 03:45 AM, Michael Tautschnig wrote: Triggering and running large rebuilds (around 10,000 jobs) works flawlessly, on the server side. The only problems that surface are on the client side: loading any pages now results in extremely slow loading times in the browser, with memory consu

AW: Display of large build queue puts heavy strain on browser

2013-05-23 Thread Krull, Stephan
Hello Michael, we are still running with an old hudson version but I guess you could still use our modification: we changed WEB-INF/lib/hudson-core-1.xxx.jar/hudson/model/Hudson/manage.jelly: uncomment the include of the standard sidepanel or include a selfmade sidepanel: for example:

Re: Display of large build queue puts heavy strain on browser

2013-05-23 Thread Scott Hebert
Hi, I'd be curious to know what your master looks like! Hardware, OS, etc... Thanks Scott On Thu, May 23, 2013 at 3:45 AM, Michael Tautschnig < michael.tautsch...@gmail.com> wrote: > Dear Jenkins Devs, > > We have put together a setup with about 36,000 (auto-generated, using the > Job > DSL p

build jenkins job as pre-build step

2013-05-23 Thread Irfan Sayed
hi all, is there any way in jenkins, we can fire build of specific jenkins job based on the selection of boolean parameter for example : in job A, i have defined one boolean paramter "build B" when i fire the build for job A, and if the value of boolean paramter "build B" is set to true , then bu

Re: Comments on build step

2013-05-23 Thread Ari Hyttinen
How do you disable an existing build step with Conditional BuildStep plugin? As far as I can see, you can't move existing steps into it, and not out of it either when it's time to clean up the troubleshooting clutter. However, comments could be implemented with a regular build step, just have a bu

Display of large build queue puts heavy strain on browser

2013-05-23 Thread Michael Tautschnig
Dear Jenkins Devs, We have put together a setup with about 36,000 (auto-generated, using the Job DSL plug-in) jobs. According to several forum posts this seems to be a fairly large install, but Jenkins overall doesn't seem to bother a lot on the server side (server restart time is about 1-2 minute