Re: new user / plugin

2014-04-01 Thread Andrius Stasauskas
Hm, I have tried to push some changes and got: git.exe push -v --progress origin master Pushing to https://github.com/jenkinsci/exigen-servers-plugin remote: Permission to jenkinsci/exigen-servers-plugin.git denied to allstone. fatal: unable to access

Re: new user / plugin

2014-04-01 Thread Ulli Hafner
Please retry. Am 01.04.2014 um 08:49 schrieb Andrius Stasauskas andr...@stasauskas.lt: Hm, I have tried to push some changes and got: git.exe push -v --progress origin master Pushing to https://github.com/jenkinsci/exigen-servers-plugin remote: Permission to

New Plugin 'Artifact Promotion' / hosting request

2014-04-01 Thread Halil-Cem Gürsoy
Hi Folks, I've started developing a new plugin called 'Artifact Promotion'. The main purpose of this plugin is to give the ability to move an artifact from a 'staging' (maven style) repository into a 'release' repository. I write this because 'artifact promotion' is not supported in the open

What is the Maven plugin doing in the background?

2014-04-01 Thread Björn Berg
Hi, I have a problem with the Maven plugin inside of Jenkins. I have two small Maven-based Java projects with nearly identical pom.xml. While the first projekt called javatk works fine, I always see on console log for the second Maven project called calc the following: ===[JENKINS REMOTING

RE: Massive performance decrease in ListView when upgrading to LTS 1.532

2014-04-01 Thread Sandell, Robert
I've got your suggested patch running in our production environment now with a slight modification: diff --git a/core/src/main/java/hudson/Functions.java b/core/src/main/java/hudson/Functions.java index 12a2c9b..fc38a02 100644 --- a/core/src/main/java/hudson/Functions.java +++

Re: Massive performance decrease in ListView when upgrading to LTS 1.532

2014-04-01 Thread Jesse Glick
On Tue, Apr 1, 2014 at 10:32 AM, Sandell, Robert robert.sand...@sonymobile.com wrote: The problem with the original suggestion was that if the ancestors doesn't contain a view, like on slave and label pages the url would be skewed. Got it, reproduced in the mock test. Working on a fix using a

Jenkins console not loading at times

2014-04-01 Thread kishorerp
We are seeing random issues of jenkins console not loading. Jenkins service is running when the issue happens Using jenkins lts1.532.1 on centos 64 bit. Any debugging pointers? Seeing this after installing naginator plugin Uninstalled it, even then issue is seen. -- View this message in

Add existing plugin to update center

2014-04-01 Thread jgedarovich
This 'Jenkins Master Project Plugin' provides a new project type. In this new project type you can select a list of sub-projects which should be executed in one logical master project. https://github.com/etsy/jenkins-master-project I would like to add the above existing plugin, which I only

TDD for Jenkins Plugins and Groovy Extenions

2014-04-01 Thread Frank Merrow
Hi, I have not actually taken on writing a plugin yet (expected soon though), but we have a large and growing body of Groovy Snippets for various Groovy Extensions: ext-Email pre-Send plus a number of Groovy Post Built scripts. I'd really like to do Test Driven Development on these, but