Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
Yes I will try to submit thread dumps if I can generate one while the
problem occurs.
At least it really usable compared to previous 1.509 LTS
I have also this error when jenkins is starting :
https://gist.github.com/aheritier/6362959
But I see no error while running (all plugins are up-to-date)

Cheers


On Wed, Aug 28, 2013 at 12:01 AM, Jesse Glick jgl...@cloudbees.com wrote:

 On Tue, Aug 27, 2013 at 5:50 PM, Arnaud Héritier aherit...@gmail.com
 wrote:
  It seems that sometimes the dashboard takes some time to load

 Investigate with thread dumps and file as needed; could be
 lts-candidate for a future LTS release.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread nicolas de loof
looking at
https://github.com/jenkinsci/config-file-provider-plugin/blob/master/src/main/java/org/jenkinsci/plugins/configfiles/maven/security/MvnServerPassword.java

DescriptorImpl extends CredentialsDescriptor
but MvnServerPassword {//extends BaseMvnServerCredentials {
and BaseMvnServerCredentials {//extends BaseCredentials {

so indeed the descriptor / describable contract is broken

2013/8/28 Arnaud Héritier aherit...@gmail.com

 Yes I will try to submit thread dumps if I can generate one while the
 problem occurs.
 At least it really usable compared to previous 1.509 LTS
 I have also this error when jenkins is starting :
 https://gist.github.com/aheritier/6362959
 But I see no error while running (all plugins are up-to-date)

 Cheers


 On Wed, Aug 28, 2013 at 12:01 AM, Jesse Glick jgl...@cloudbees.comwrote:

 On Tue, Aug 27, 2013 at 5:50 PM, Arnaud Héritier aherit...@gmail.com
 wrote:
  It seems that sometimes the dashboard takes some time to load

 Investigate with thread dumps and file as needed; could be
 lts-candidate for a future LTS release.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
Jesse, here is a first Threads Dump while having a white screen :
https://gist.github.com/aheritier/6363143
I think Jenkins is loading various things to display in the UI because I
can see in logs that it is doing it's jobs and I have jobs running
correctly.


On Wed, Aug 28, 2013 at 9:08 AM, Arnaud Héritier aherit...@gmail.comwrote:

 Yes I will try to submit thread dumps if I can generate one while the
 problem occurs.
 At least it really usable compared to previous 1.509 LTS
 I have also this error when jenkins is starting :
 https://gist.github.com/aheritier/6362959
 But I see no error while running (all plugins are up-to-date)

 Cheers


 On Wed, Aug 28, 2013 at 12:01 AM, Jesse Glick jgl...@cloudbees.comwrote:

 On Tue, Aug 27, 2013 at 5:50 PM, Arnaud Héritier aherit...@gmail.com
 wrote:
  It seems that sometimes the dashboard takes some time to load

 Investigate with thread dumps and file as needed; could be
 lts-candidate for a future LTS release.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Github plugin : post-receive hook

2013-08-28 Thread Arnaud Héritier
Hi,

  In my logs I can see various errors like :

WARNING: No valid crumb was included in request for /github-webhook/.
Returning 403.

  I found this issue : https://issues.jenkins-ci.org/browse/JENKINS-10263

  I tried to deactivate the Prevent Cross Site Request Forgery exploits
and for now I don't have the previous error.

  But I'm not really enjoyed to keep my public instance unprotected.

  In the plugin documentation (
https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin) I can read :

  *Step 2.* Open Manage Jenkins  Configure Global Security page and make
sure that Grant READ permissions for /github-webhook is enabled in the
GitHub Authorization Settings section

  But I have no such option here (or in the global config). I'm using the
latest version of the plugin and Jenkins server 1.509.3-RC1

  Any idea if I am doing something wrong or if there is a bug ?

-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
For your info, even with the lazy loading my server takes ~20 min to start.
I thing the improvement is really little compared to 1.480


On Wed, Aug 28, 2013 at 9:39 AM, Arnaud Héritier aherit...@gmail.comwrote:

 Jesse, here is a first Threads Dump while having a white screen :
 https://gist.github.com/aheritier/6363143
 I think Jenkins is loading various things to display in the UI because I
 can see in logs that it is doing it's jobs and I have jobs running
 correctly.


 On Wed, Aug 28, 2013 at 9:08 AM, Arnaud Héritier aherit...@gmail.comwrote:

 Yes I will try to submit thread dumps if I can generate one while the
 problem occurs.
 At least it really usable compared to previous 1.509 LTS
 I have also this error when jenkins is starting :
 https://gist.github.com/aheritier/6362959
 But I see no error while running (all plugins are up-to-date)

 Cheers


 On Wed, Aug 28, 2013 at 12:01 AM, Jesse Glick jgl...@cloudbees.comwrote:

 On Tue, Aug 27, 2013 at 5:50 PM, Arnaud Héritier aherit...@gmail.com
 wrote:
  It seems that sometimes the dashboard takes some time to load

 Investigate with thread dumps and file as needed; could be
 lts-candidate for a future LTS release.

 --
 You received this message because you are subscribed to the Google
 Groups Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RE: 1.509.3 RC1 posted

2013-08-28 Thread James Nord (jnord)
Hi Arnaud.

I actually agree here - perhaps because we are both using for the majority 
Maven2/3 job types - a lot of our jobs have tens of modules (some have 100+) 
and we use nested Folders heavily.

I had load times of 2-3 hours - moving from 16*SAS HDD to SSD reduced that to 
2-3 minutes  - if you have that option (and haven't already taken it) I suggest 
you take a look.

/James

From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On 
Behalf Of Arnaud Héritier
Sent: 28 August 2013 08:48
To: Jenkinsci-dev@googlegroups.com
Subject: Re: 1.509.3 RC1 posted

For your info, even with the lazy loading my server takes ~20 min to start. I 
thing the improvement is really little compared to 1.480

On Wed, Aug 28, 2013 at 9:39 AM, Arnaud Héritier 
aherit...@gmail.commailto:aherit...@gmail.com wrote:
Jesse, here is a first Threads Dump while having a white screen : 
https://gist.github.com/aheritier/6363143
I think Jenkins is loading various things to display in the UI because I can 
see in logs that it is doing it's jobs and I have jobs running correctly.

On Wed, Aug 28, 2013 at 9:08 AM, Arnaud Héritier 
aherit...@gmail.commailto:aherit...@gmail.com wrote:
Yes I will try to submit thread dumps if I can generate one while the problem 
occurs.
At least it really usable compared to previous 1.509 LTS
I have also this error when jenkins is starting : 
https://gist.github.com/aheritier/6362959
But I see no error while running (all plugins are up-to-date)

Cheers

On Wed, Aug 28, 2013 at 12:01 AM, Jesse Glick 
jgl...@cloudbees.commailto:jgl...@cloudbees.com wrote:
On Tue, Aug 27, 2013 at 5:50 PM, Arnaud Héritier 
aherit...@gmail.commailto:aherit...@gmail.com wrote:
 It seems that sometimes the dashboard takes some time to load
Investigate with thread dumps and file as needed; could be
lts-candidate for a future LTS release.

--
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-dev+unsubscr...@googlegroups.commailto:jenkinsci-dev%2bunsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier



--
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier



--
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier
--
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-dev+unsubscr...@googlegroups.commailto:jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
Hi James,

  Yes it is like you, many maven jobs with many modules. I have in my todo
also to switch to SSD for the master (and to not use it for builds). Your
feedback reinforces my idea to do it ASAP.

Arnaud


On Wed, Aug 28, 2013 at 9:59 AM, James Nord (jnord) jn...@cisco.com wrote:

  Hi Arnaud.

 ** **

 I actually agree here – perhaps because we are both using for the majority
 Maven2/3 job types – a lot of our jobs have tens of modules (some have
 100+) and we use nested Folders heavily.

 ** **

 I had load times of 2-3 hours – moving from 16*SAS HDD to SSD reduced that
 to 2-3 minutes  - if you have that option (and haven’t already taken it) I
 suggest you take a look.

 ** **

 /James

 ** **

 *From:* jenkinsci-dev@googlegroups.com [mailto:
 jenkinsci-dev@googlegroups.com] *On Behalf Of *Arnaud Héritier
 *Sent:* 28 August 2013 08:48
 *To:* Jenkinsci-dev@googlegroups.com
 *Subject:* Re: 1.509.3 RC1 posted

 ** **

 For your info, even with the lazy loading my server takes ~20 min to
 start. I thing the improvement is really little compared to 1.480

 ** **

 On Wed, Aug 28, 2013 at 9:39 AM, Arnaud Héritier aherit...@gmail.com
 wrote:

 Jesse, here is a first Threads Dump while having a white screen :
 https://gist.github.com/aheritier/6363143

 I think Jenkins is loading various things to display in the UI because I
 can see in logs that it is doing it's jobs and I have jobs running
 correctly.

 ** **

 On Wed, Aug 28, 2013 at 9:08 AM, Arnaud Héritier aherit...@gmail.com
 wrote:

 Yes I will try to submit thread dumps if I can generate one while the
 problem occurs.

 At least it really usable compared to previous 1.509 LTS

 I have also this error when jenkins is starting :
 https://gist.github.com/aheritier/6362959

 But I see no error while running (all plugins are up-to-date)

 ** **

 Cheers

 ** **

 On Wed, Aug 28, 2013 at 12:01 AM, Jesse Glick jgl...@cloudbees.com
 wrote:

 On Tue, Aug 27, 2013 at 5:50 PM, Arnaud Héritier aherit...@gmail.com
 wrote:
  It seems that sometimes the dashboard takes some time to load

 Investigate with thread dumps and file as needed; could be
 lts-candidate for a future LTS release.


 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



 

 ** **

 -- 

 -

 Arnaud Héritier

 http://aheritier.net

 Mail/GTalk: aheritier AT gmail DOT com

 Twitter/Skype : aheritier



 

 ** **

 -- 

 -

 Arnaud Héritier

 http://aheritier.net

 Mail/GTalk: aheritier AT gmail DOT com

 Twitter/Skype : aheritier



 

 ** **

 -- 

 -

 Arnaud Héritier

 http://aheritier.net

 Mail/GTalk: aheritier AT gmail DOT com

 Twitter/Skype : aheritier

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: request for hosting new plugin

2013-08-28 Thread bharathi R
Hi Thushar,
  Iam a QA guy, can you please help me how to use this plugin in jenkins. I 
want my test results tobe updated in rally.

On Friday, 3 May 2013 18:44:44 UTC+5:30, Tushar Shinde wrote:

 Hey, 

 I got this fixed by dnadolny on IRC. Thanks a lot dnadolny!!!

 On Friday, May 3, 2013 9:48:51 AM UTC+5:30, Tushar Shinde wrote: 

 ok! 

 Could somebody having greater access look into this please?

 Thanks,
 Tushar

 On Friday, May 3, 2013 2:53:21 AM UTC+5:30, Ullrich Hafner wrote: 

 As already told, I do not have admin rights in GitHub. This issue needs 
 to be solved by someone with more permissions… 

 Ulli

  Am 02.05.2013 um 19:19 schrieb Tushar Shinde tush...@gmail.com:

 Hi Ulli, 

 Sorry to nag but could you please look at the commit access issue? I 
 really need to release this plugin as people nagging me and Rally will also 
 be updating their documentation to refer to my wiki page.

 Just to provide you with more information that I have also tried 
 following options but received the same error.
 1 removed all remotes and added only origin pointing to jenkins origin 
 but still received the same error
  $ git remote -v
 origin  https://github.com/jenkinsci/rally-update-plugin-1.git (fetch)
 origin  https://github.com/jenkinsci/rally-update-plugin-1.git (push)

 2 tried cloning repository and then trying to commit but received same 
 error. Cloning works but not commit.

 *Otherwise would it be possible for you to release/publish the the 
 plug-in so that it is listed under update center?* That way people will 
 be able to access it.

 Thanks for your time!

 Cheers,
 Tushar

 On Wednesday, April 10, 2013 12:26:17 PM UTC+5:30, Tushar Shinde wrote: 

 Hi, 

 We have created a plugin for Jenkins that supports updating rally 
 details http://www.rallydev.com/ through Jenkins build and would 
 like to see it hosted on jenkins-ci github. 

 The name of the plugin is *rallyupdate*. Could you please create a 
 repository and assign me commit access?

 GitHub ID  *tushar686* 
 Jenkins JIRA account tushar686

 Please let me know if you need any more information.

 Kind regards, 
 Tushar Shinde 


 -- 
 You received this message because you are subscribed to the Google 
 Groups Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to jenkinsci-de...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Stephen Connolly
Meh! Your addiction to the Maven Job type may be coming to an end ;-)

P.S. Arnaud, do not forget that the troupé of Riverdancers is ready to
board the plane at a moment's notice!


On 28 August 2013 09:09, Arnaud Héritier aherit...@gmail.com wrote:

 Hi James,

   Yes it is like you, many maven jobs with many modules. I have in my todo
 also to switch to SSD for the master (and to not use it for builds). Your
 feedback reinforces my idea to do it ASAP.

 Arnaud


 On Wed, Aug 28, 2013 at 9:59 AM, James Nord (jnord) jn...@cisco.comwrote:

  Hi Arnaud.

 ** **

 I actually agree here – perhaps because we are both using for the
 majority Maven2/3 job types – a lot of our jobs have tens of modules (some
 have 100+) and we use nested Folders heavily.

 ** **

 I had load times of 2-3 hours – moving from 16*SAS HDD to SSD reduced
 that to 2-3 minutes  - if you have that option (and haven’t already taken
 it) I suggest you take a look.

 ** **

 /James

 ** **

 *From:* jenkinsci-dev@googlegroups.com [mailto:
 jenkinsci-dev@googlegroups.com] *On Behalf Of *Arnaud Héritier
 *Sent:* 28 August 2013 08:48
 *To:* Jenkinsci-dev@googlegroups.com
 *Subject:* Re: 1.509.3 RC1 posted

 ** **

 For your info, even with the lazy loading my server takes ~20 min to
 start. I thing the improvement is really little compared to 1.480

 ** **

 On Wed, Aug 28, 2013 at 9:39 AM, Arnaud Héritier aherit...@gmail.com
 wrote:

 Jesse, here is a first Threads Dump while having a white screen :
 https://gist.github.com/aheritier/6363143

 I think Jenkins is loading various things to display in the UI because I
 can see in logs that it is doing it's jobs and I have jobs running
 correctly.

 ** **

 On Wed, Aug 28, 2013 at 9:08 AM, Arnaud Héritier aherit...@gmail.com
 wrote:

 Yes I will try to submit thread dumps if I can generate one while the
 problem occurs.

 At least it really usable compared to previous 1.509 LTS

 I have also this error when jenkins is starting :
 https://gist.github.com/aheritier/6362959

 But I see no error while running (all plugins are up-to-date)

 ** **

 Cheers

 ** **

 On Wed, Aug 28, 2013 at 12:01 AM, Jesse Glick jgl...@cloudbees.com
 wrote:

 On Tue, Aug 27, 2013 at 5:50 PM, Arnaud Héritier aherit...@gmail.com
 wrote:
  It seems that sometimes the dashboard takes some time to load

 Investigate with thread dumps and file as needed; could be
 lts-candidate for a future LTS release.


 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



 

 ** **

 -- 

 -

 Arnaud Héritier

 http://aheritier.net

 Mail/GTalk: aheritier AT gmail DOT com

 Twitter/Skype : aheritier



 

 ** **

 -- 

 -

 Arnaud Héritier

 http://aheritier.net

 Mail/GTalk: aheritier AT gmail DOT com

 Twitter/Skype : aheritier



 

 ** **

 -- 

 -

 Arnaud Héritier

 http://aheritier.net

 Mail/GTalk: aheritier AT gmail DOT com

 Twitter/Skype : aheritier

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: request for hosting new plugin

2013-08-28 Thread Richard Bywater
Have you checked out the Wiki page at
https://wiki.jenkins-ci.org/display/JENKINS/Rally+Update+plugin ?

Although while I've noticed this thread, is there any chance of getting the
name made to be in line with the rest? rally-update-plugin-1 has a kind of
weird ring to it :)

Richard.


On Wed, Aug 28, 2013 at 8:53 PM, bharathi R ram.leela@gmail.com wrote:

 Hi Thushar,
   Iam a QA guy, can you please help me how to use this plugin in jenkins.
 I want my test results tobe updated in rally.

 On Friday, 3 May 2013 18:44:44 UTC+5:30, Tushar Shinde wrote:

 Hey,

 I got this fixed by dnadolny on IRC. Thanks a lot dnadolny!!!

 On Friday, May 3, 2013 9:48:51 AM UTC+5:30, Tushar Shinde wrote:

 ok!

 Could somebody having greater access look into this please?

 Thanks,
 Tushar

 On Friday, May 3, 2013 2:53:21 AM UTC+5:30, Ullrich Hafner wrote:

 As already told, I do not have admin rights in GitHub. This issue needs
 to be solved by someone with more permissions…

 Ulli

  Am 02.05.2013 um 19:19 schrieb Tushar Shinde tush...@gmail.com:

 Hi Ulli,

 Sorry to nag but could you please look at the commit access issue? I
 really need to release this plugin as people nagging me and Rally will also
 be updating their documentation to refer to my wiki page.

 Just to provide you with more information that I have also tried
 following options but received the same error.
 1 removed all remotes and added only origin pointing to jenkins origin
 but still received the same error
  $ git remote -v
 origin  
 https://github.com/jenkinsci/**rally-update-plugin-1.githttps://github.com/jenkinsci/rally-update-plugin-1.git(fetch)
 origin  
 https://github.com/jenkinsci/**rally-update-plugin-1.githttps://github.com/jenkinsci/rally-update-plugin-1.git(push)

 2 tried cloning repository and then trying to commit but received same
 error. Cloning works but not commit.

 *Otherwise would it be possible for you to release/publish the the
 plug-in so that it is listed under update center?* That way people
 will be able to access it.

 Thanks for your time!

 Cheers,
 Tushar

 On Wednesday, April 10, 2013 12:26:17 PM UTC+5:30, Tushar Shinde wrote:

 Hi,

 We have created a plugin for Jenkins that supports updating rally
 details http://www.rallydev.com/ through Jenkins build and would
 like to see it hosted on jenkins-ci github.

 The name of the plugin is *rallyupdate*. Could you please create a
 repository and assign me commit access?

 GitHub ID  *tushar686*
 Jenkins JIRA account tushar686

 Please let me know if you need any more information.

 Kind regards,
 Tushar Shinde


 --
 You received this message because you are subscribed to the Google
 Groups Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-de...@googlegroups.**com.
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .




  --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: request for hosting new plugin

2013-08-28 Thread Tushar Shinde
@Richard : We had permission access errors while releasing this plug-in; 
had do discard old Git repository and hence the new one got '-1' as suffix.

@Bharathi : please go through the wiki page and if you still have questions 
shoot me an email. 
https://wiki.jenkins-ci.org/display/JENKINS/Rally+Update+plugin

On Wednesday, April 10, 2013 12:26:17 PM UTC+5:30, Tushar Shinde wrote:

 Hi, 

 We have created a plugin for Jenkins that supports updating rally 
 detailshttp://www.rallydev.com/through Jenkins build and would like to see 
 it hosted on jenkins-ci github. 

 The name of the plugin is *rallyupdate*. Could you please create a 
 repository and assign me commit access?

 GitHub ID  *tushar686*
 Jenkins JIRA account tushar686

 Please let me know if you need any more information.

 Kind regards, 
 Tushar Shinde 


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Jesse Glick
On Wed, Aug 28, 2013 at 3:39 AM, Arnaud Héritier aherit...@gmail.com wrote:
 here is a first Threads Dump while having a white screen :
 https://gist.github.com/aheritier/6363143

Related to a performance fix in MavenModuleSetBuild.computeResult, but
that is not really the cause. Probably FingerprintAction.onLoad need
not call .compact synchronously; that would I think save a lot of
time. File it.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
done: https://issues.jenkins-ci.org/browse/JENKINS-19392
Thx


On Wed, Aug 28, 2013 at 2:30 PM, Jesse Glick jgl...@cloudbees.com wrote:

 On Wed, Aug 28, 2013 at 3:39 AM, Arnaud Héritier aherit...@gmail.com
 wrote:
  here is a first Threads Dump while having a white screen :
  https://gist.github.com/aheritier/6363143

 Related to a performance fix in MavenModuleSetBuild.computeResult, but
 that is not really the cause. Probably FingerprintAction.onLoad need
 not call .compact synchronously; that would I think save a lot of
 time. File it.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
Another strange white page while displaying the main page of an agent :
https://ci.exoplatform.org/computer/Agent1/
https://gist.github.com/aheritier/6366036


On Wed, Aug 28, 2013 at 2:55 PM, Arnaud Héritier aherit...@gmail.comwrote:

 done: https://issues.jenkins-ci.org/browse/JENKINS-19392
 Thx


 On Wed, Aug 28, 2013 at 2:30 PM, Jesse Glick jgl...@cloudbees.com wrote:

 On Wed, Aug 28, 2013 at 3:39 AM, Arnaud Héritier aherit...@gmail.com
 wrote:
  here is a first Threads Dump while having a white screen :
  https://gist.github.com/aheritier/6363143

 Related to a performance fix in MavenModuleSetBuild.computeResult, but
 that is not really the cause. Probably FingerprintAction.onLoad need
 not call .compact synchronously; that would I think save a lot of
 time. File it.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
Again it is slow to get the list of maven jobs from the agent


On Wed, Aug 28, 2013 at 3:26 PM, Arnaud Héritier aherit...@gmail.comwrote:

 Another strange white page while displaying the main page of an agent :
 https://ci.exoplatform.org/computer/Agent1/
 https://gist.github.com/aheritier/6366036


 On Wed, Aug 28, 2013 at 2:55 PM, Arnaud Héritier aherit...@gmail.comwrote:

 done: https://issues.jenkins-ci.org/browse/JENKINS-19392
 Thx


 On Wed, Aug 28, 2013 at 2:30 PM, Jesse Glick jgl...@cloudbees.comwrote:

 On Wed, Aug 28, 2013 at 3:39 AM, Arnaud Héritier aherit...@gmail.com
 wrote:
  here is a first Threads Dump while having a white screen :
  https://gist.github.com/aheritier/6363143

 Related to a performance fix in MavenModuleSetBuild.computeResult, but
 that is not really the cause. Probably FingerprintAction.onLoad need
 not call .compact synchronously; that would I think save a lot of
 time. File it.

 --
 You received this message because you are subscribed to the Google
 Groups Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier




 --
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Request for merging Cpptest plugin

2013-08-28 Thread Aurélien Hébert
Hey
   The Cpptest in now up to date to solve the following issues : 

- Metrics violations are now seen by Cpptest
- Fixed suppressed warnings issues

Regards,
Aurélien HÉBERT

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Jesse Glick
On Wed, Aug 28, 2013 at 9:26 AM, Arnaud Héritier aherit...@gmail.com wrote:
 Another strange white page while displaying the main page of an agent :
 https://ci.exoplatform.org/computer/Agent1/
 https://gist.github.com/aheritier/6366036

This is still JENKINS-19392, though
https://issues.jenkins-ci.org/browse/JENKINS-17451 (fixed in 1.520) is
contributing to it.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
Why do I have the same blank page (current TD :
https://gist.github.com/gists) several times per day ?
Why does jenkins reloads everything ?
It must be the second or third time today and the server didn't restarted
Is there a cache with a cleanup ?
Or the GC unload some data from memory and Jenkins has to reload them from
the disk ?


On Wed, Aug 28, 2013 at 4:07 PM, Jesse Glick jgl...@cloudbees.com wrote:

 On Wed, Aug 28, 2013 at 9:26 AM, Arnaud Héritier aherit...@gmail.com
 wrote:
  Another strange white page while displaying the main page of an agent :
  https://ci.exoplatform.org/computer/Agent1/
  https://gist.github.com/aheritier/6366036

 This is still JENKINS-19392, though
 https://issues.jenkins-ci.org/browse/JENKINS-17451 (fixed in 1.520) is
 contributing to it.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Jesse Glick
On Wed, Aug 28, 2013 at 12:47 PM, Arnaud Héritier aherit...@gmail.com wrote:
 Or the GC unload some data from memory and Jenkins has to reload them from 
 the disk?

Yes, build records are held using Java soft references, so they are
subject to disposal under memory pressure.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Arnaud Héritier
On Wed, Aug 28, 2013 at 6:55 PM, Jesse Glick jgl...@cloudbees.com wrote:

 On Wed, Aug 28, 2013 at 12:47 PM, Arnaud Héritier aherit...@gmail.com
 wrote:
  Or the GC unload some data from memory and Jenkins has to reload them
 from the disk?

 Yes, build records are held using Java soft references, so they are
 subject to disposal under memory pressure.


ok thus nothing magic, it explains the behavior. thx

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Load and save complex object in jenkins plugin

2013-08-28 Thread polymor
Hi Jesse ,

Thanks a lot.. Your solution resolved the problem.. I was wondering is 
there any detailed tutorial/documentation available on what classes we need 
to extend and why for writing the jenkins plugin? We do have some basic 
tutorials available and the java doc. but its seems little difficult to get 
complete picture of how a jenkins plugin works. 

On Monday, 26 August 2013 19:28:47 UTC+5:30, Jesse Glick wrote:

 On Mon, Aug 26, 2013 at 6:40 AM, polymor swastika...@gmail.comjavascript: 
 wrote: 
  public DescriptorFileDetails getDescriptor() { 
  return Jenkins.getInstance().getDescriptor(getClass()); 
  } 

 Sounds like the same as super. You need to actually create a 
 DescriptorImpl. (displayName can be .) 

  f:entry title=fileDetails Name field=fileDetails.fileName 
   f:textbox/ 
  /f:entry 
  f:entry title=fileDetails list field=fileDetails.fileList 
   f:textbox/ 
  /f:entry 

 I think you rather need 

 f:optionalProperty field=fileDetails title=File Details/ 

 (for an optional FileDetails, i.e. nullable) and then have a 
 config.jelly for FileDetails with its own field=fileName and 
 field=fileList. 


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread domi
today I had a go with the RC 1 for 1.509.3 too, but we have many maven2 
projects and the logs are full with this: 
https://issues.jenkins-ci.org/browse/JENKINS-18441
so I still can't update - logs have so many entries of this error (more then 20 
for a simple project), its not possible to really find an error if something 
really goes wrong…
/Domi


On 28.08.2013, at 18:56, Arnaud Héritier aherit...@gmail.com wrote:

 
 
 
 On Wed, Aug 28, 2013 at 6:55 PM, Jesse Glick jgl...@cloudbees.com wrote:
 On Wed, Aug 28, 2013 at 12:47 PM, Arnaud Héritier aherit...@gmail.com wrote:
  Or the GC unload some data from memory and Jenkins has to reload them from 
  the disk?
 
 Yes, build records are held using Java soft references, so they are
 subject to disposal under memory pressure.
 
 
 ok thus nothing magic, it explains the behavior. thx
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Jesse Glick
On Wed, Aug 28, 2013 at 1:25 PM, domi d...@fortysix.ch wrote:
 the logs are full with this:
 https://issues.jenkins-ci.org/browse/JENKINS-18441

My understanding was that this bug was a regression well after 1.509.
But perhaps not; may be specific to Maven version, in which case
lts-candidate would be appropriate.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Load and save complex object in jenkins plugin

2013-08-28 Thread Jesse Glick
On Wed, Aug 28, 2013 at 1:19 PM, polymor swastikabasu2...@gmail.com wrote:
 I was wondering is there
 any detailed tutorial/documentation available on what classes we need to
 extend and why for writing the jenkins plugin?

Well that is an extremely broad question, but on the specific topic of
loading and saving composite objects using forms, I started work on

https://github.com/jenkinsci/jenkins/pull/816

but ran into some difficulties and stalled.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread domi
Seems not to be the case...
I have only seen it with maven2 - but unfortunately we do still have many of 
them.
...

On 28.08.2013, at 19:37, Jesse Glick jgl...@cloudbees.com wrote:

 On Wed, Aug 28, 2013 at 1:25 PM, domi d...@fortysix.ch wrote:
 the logs are full with this:
 https://issues.jenkins-ci.org/browse/JENKINS-18441
 
 My understanding was that this bug was a regression well after 1.509.
 But perhaps not; may be specific to Maven version, in which case
 lts-candidate would be appropriate.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Domi
What do you think, can we add it to this RC?

Am 28.08.2013 um 19:41 schrieb domi d...@fortysix.ch:

 Seems not to be the case...
 I have only seen it with maven2 - but unfortunately we do still have many of 
 them.
 ...
 
 On 28.08.2013, at 19:37, Jesse Glick jgl...@cloudbees.com wrote:
 
 On Wed, Aug 28, 2013 at 1:25 PM, domi d...@fortysix.ch wrote:
 the logs are full with this:
 https://issues.jenkins-ci.org/browse/JENKINS-18441
 
 My understanding was that this bug was a regression well after 1.509.
 But perhaps not; may be specific to Maven version, in which case
 lts-candidate would be appropriate.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Domi
A reason to add this, is that this is the last LTS supporting Java5. And my 
guess is, that more users requiring Java5 also use maven2 then users using 
java6 are using maven2.

Am 28.08.2013 um 21:56 schrieb Domi d...@fortysix.ch:

 What do you think, can we add it to this RC?
 
 Am 28.08.2013 um 19:41 schrieb domi d...@fortysix.ch:
 
 Seems not to be the case...
 I have only seen it with maven2 - but unfortunately we do still have many of 
 them.
 ...
 
 On 28.08.2013, at 19:37, Jesse Glick jgl...@cloudbees.com wrote:
 
 On Wed, Aug 28, 2013 at 1:25 PM, domi d...@fortysix.ch wrote:
 the logs are full with this:
 https://issues.jenkins-ci.org/browse/JENKINS-18441
 
 My understanding was that this bug was a regression well after 1.509.
 But perhaps not; may be specific to Maven version, in which case
 lts-candidate would be appropriate.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Jesse Glick
On Wed, Aug 28, 2013 at 3:56 PM, Domi d...@fortysix.ch wrote:
 What do you think, can we add it to this RC?

Can it not wait for 1.509.4? There are plenty of things that are still
lts-candidate, but we have to draw the line at some point and just do
a release.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Russ Tremain
+1

At 5:30 PM -0400 8/28/13, Jesse Glick wrote:
On Wed, Aug 28, 2013 at 3:56 PM, Domi d...@fortysix.ch wrote:
 What do you think, can we add it to this RC?

Can it not wait for 1.509.4? There are plenty of things that are still
lts-candidate, but we have to draw the line at some point and just do
a release.

--
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Request for hosting new plugin: Scoring Load Balancer

2013-08-28 Thread Ikedam
Hello.

I want my plugin hosted in https://github.com/jenkinsci/ .
https://github.com/ikedam/scoring-load-balancer/

My Github account is ikedam.

This plugin scores nodes, and decide the node where a build run depending 
on those scores.
For example:
* Prefers nodes where the project succeeded to be built before.
* Prefers nodes with a label specified in the project configuration page.

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 1.509.3 RC1 posted

2013-08-28 Thread Domi
Only with Maven 2.x...
I understand, it's just because I'waiting for a usable version of this LTS 
since its first release and every time there is another blocker for me. And as 
we have to follow strict release cycles to get anything into production. I'll 
have to wait another 3-4months months now :(

Am 28.08.2013 um 23:53 schrieb Christoph Kutzinski ku...@gmx.de:

 With 'only seen with maven2' you mean it's only happening with Maven 2.x (and 
 okay with Maven 3.x) or do you mean the maven2 job type?
 
 Am 28.08.2013 19:41, schrieb domi:
 Seems not to be the case...
 I have only seen it with maven2 - but unfortunately we do still have many of 
 them.
 ...
 
 On 28.08.2013, at 19:37, Jesse Glick jgl...@cloudbees.com wrote:
 
 On Wed, Aug 28, 2013 at 1:25 PM, domi d...@fortysix.ch wrote:
 the logs are full with this:
 https://issues.jenkins-ci.org/browse/JENKINS-18441
 
 My understanding was that this bug was a regression well after 1.509.
 But perhaps not; may be specific to Maven version, in which case
 lts-candidate would be appropriate.
 
 --
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


jenkinsci_release tweeter dead?

2013-08-28 Thread Domi
It seams that the@jenkinsci_release tweeter account is not tweeting anymore 
/Domi

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.