Re: 1.509.3 RC1 posted

2013-09-12 Thread Jesse Glick
On Thu, Sep 12, 2013 at 8:23 AM, Jesse Glick jgl...@cloudbees.com wrote:
 with an inaccurate changelog

http://release-notes.cloudbees.com/release/Jenkins+OSS+LTS/1.509.3

may be more useful; I have edited some comments, and removed entries
for backports which were subsequently reverted, or which were merely
fixes of regressions from other 1.509.3 backports (and thus not of
direct interest to people upgrading from 1.509.2). Probably there are
still one or two mistakes in here, as it was a long list of changes
with a rather confused history.

-- 
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-09-09 Thread Jesse Glick
aheritier found in 1.509.3 RC:

https://issues.jenkins-ci.org/browse/JENKINS-18337

I will work on fixing in master, but I think the fix should be
immediately backported to stable, as it is otherwise a regression
relative to 1.509.2.

-- 
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-09-09 Thread Arnaud Héritier
yes please.
If you do a RC2, I'll test it

Cheers


On Mon, Sep 9, 2013 at 3:43 PM, Jesse Glick jgl...@cloudbees.com wrote:

 aheritier found in 1.509.3 RC:

 https://issues.jenkins-ci.org/browse/JENKINS-18337

 I will work on fixing in master, but I think the fix should be
 immediately backported to stable, as it is otherwise a regression
 relative to 1.509.2.

 --
 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-09-09 Thread Jesse Glick
On Mon, Sep 9, 2013 at 9:43 AM, Jesse Glick jgl...@cloudbees.com wrote:
 I will work on fixing in master, but I think the fix should be
 immediately backported to stable

Backported.

-- 
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-09-03 Thread Daniel Beck
The 'Build Button' column no longer works properly on Jenkins ver. 
1.509.3-SNAPSHOT (rc-08/15/2013 14:51 GMT-kohsuke) when security is enabled 
(Unix user database on OS X, anyone can do anything, no CSRF protection):

 You must use POST method to trigger builds. (From scripts you may instead 
 pass a per-project authentication token, or authenticate with your API 
 token.) If you see this page, it may be because a plugin offered a GET link; 
 file a bug report for that plugin.

This is a regression from 1.509.2.

On 30.08.2013, at 14:47, Arnaud Héritier aherit...@gmail.com wrote:

 yes sure, don't hold up the release for that
 I'll diagnose it more later
 In any case it's too late for me to downgrade now thus I'll help to go forward
 
 
 On Fri, Aug 30, 2013 at 2:37 PM, Jesse Glick jgl...@cloudbees.com wrote:
 On Fri, Aug 30, 2013 at 8:32 AM, Arnaud Héritier aherit...@gmail.com wrote:
  I have a strange behavior today with the RC
 
 By the way at this stage we are mainly interested in confirmed
 regressions relative to 1.509.2 which might hold up the 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-09-03 Thread Jesse Glick
On Tue, Sep 3, 2013 at 2:07 PM, Daniel Beck m...@beckweb.net wrote:
 The 'Build Button' column no longer works properly on Jenkins ver. 
 1.509.3-SNAPSHOT

Confirmed. Looks like

https://github.com/jenkinsci/jenkins/commit/3c01366e0bc5c3e8de23eb7337e8c3e4dbd7843c#diff-2

was incorrectly backported as

https://github.com/jenkinsci/jenkins/commit/eff76c72ab860929a21c3a0b094f2eec6198f85e#diff-2

which missed a diff hunk. Fixed in the stable branch.

Thanks for catching!

-- 
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: Aw: Re: 1.509.3 RC1 posted

2013-08-30 Thread teilo
please ignore my last reply - no one had responded to my request to add a 
backport and had missed that it was actually done (oh for an stable-rc 
changelog!)

On Thursday, 29 August 2013 23:22:35 UTC+1, Dominik Bartholdi wrote:

 Yeah, specially as this one is such an easy fix...
 But if we are not going to fix anything more, what are we waiting for with 
 the release?

 Am 29.08.2013 um 10:11 schrieb Christoph Kutzinski 
 ku...@gmx.dejavascript:
 :

 I understand your pain. I've been waiting for a usable 1.509 LTS also for 
 some time.
 Luckily .3 seems now usable for me as we've recently switched completely 
 to maven 3.x
   
 *Gesendet:* Donnerstag, 29. August 2013 um 05:06 Uhr
 *Von:* Domi do...@fortysix.ch javascript:
 *An:* jenkin...@googlegroups.com javascript: 
 jenkin...@googlegroups.com javascript:
 *Betreff:* Re: 1.509.3 RC1 posted
 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.dejavascript:
 :

  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.comjavascript: 
 wrote:
 
  On Wed, Aug 28, 2013 at 1:25 PM, domi do...@fortysix.ch javascript: 
 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-de...@googlegroups.com javascript:.
  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-de...@googlegroups.com javascript:.
  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-de...@googlegroups.com javascript:.
 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-de...@googlegroups.com javascript:.
 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: Aw: Re: 1.509.3 RC1 posted

2013-08-30 Thread Jesse Glick
On Thu, Aug 29, 2013 at 6:22 PM, Domi d...@fortysix.ch wrote:
 But if we are not going to fix anything more, what are we waiting for with
 the release?

For Kohsuke to have time to do it, including probably some security fixes.

-- 
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: Aw: Re: 1.509.3 RC1 posted

2013-08-30 Thread Jesse Glick
On Fri, Aug 30, 2013 at 8:32 AM, Arnaud Héritier aherit...@gmail.com wrote:
 I have a strange behavior today with the RC

By the way at this stage we are mainly interested in confirmed
regressions relative to 1.509.2 which might hold up the 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: Aw: Re: 1.509.3 RC1 posted

2013-08-29 Thread Domi
Yeah, specially as this one is such an easy fix...
But if we are not going to fix anything more, what are we waiting for with the 
release?

Am 29.08.2013 um 10:11 schrieb Christoph Kutzinski ku...@gmx.de:

 I understand your pain. I've been waiting for a usable 1.509 LTS also for 
 some time.
 Luckily .3 seems now usable for me as we've recently switched completely to 
 maven 3.x
  
 Gesendet: Donnerstag, 29. August 2013 um 05:06 Uhr
 Von: Domi d...@fortysix.ch
 An: jenkinsci-dev@googlegroups.com jenkinsci-dev@googlegroups.com
 Betreff: Re: 1.509.3 RC1 posted
 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.
 -- 
 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
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.


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: 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: 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.


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: 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: 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.


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.


Re: 1.509.3 RC1 posted

2013-08-27 Thread Arnaud Héritier
I was off for holidays. I just deployed it : https://ci.exoplatform.org/
I'll tell you in incoming days if it has a good behavior
At least it seems I don't have anymore all issues with blanck screens I had
since the introduction of the lazy loading that enforced me to keep the
1.480.3 up until now...

Cheers


On Fri, Aug 16, 2013 at 5:23 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote:

 at http://mirrors.jenkins-ci.org/ in the stable-rc column.

 --
 Kohsuke Kawaguchi

 --
 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-27 Thread domi
Anything stopping us from releasing 1.509.3?
/Domi


On 27.08.2013, at 20:33, Arnaud Héritier aherit...@gmail.com wrote:

 I was off for holidays. I just deployed it : https://ci.exoplatform.org/
 I'll tell you in incoming days if it has a good behavior
 At least it seems I don't have anymore all issues with blanck screens I had 
 since the introduction of the lazy loading that enforced me to keep the 
 1.480.3 up until now...
 
 Cheers
 
 
 On Fri, Aug 16, 2013 at 5:23 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote:
 at http://mirrors.jenkins-ci.org/ in the stable-rc column.
 
 -- 
 Kohsuke Kawaguchi
 
 -- 
 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-27 Thread Arnaud Héritier
It seems that sometimes the dashboard takes some time to load
Is there a cache to avoid the lazy loading issue ?


On Tue, Aug 27, 2013 at 9:48 PM, domi d...@fortysix.ch wrote:

 Anything stopping us from releasing 1.509.3?
 /Domi


 On 27.08.2013, at 20:33, Arnaud Héritier aherit...@gmail.com wrote:

 I was off for holidays. I just deployed it : https://ci.exoplatform.org/
 I'll tell you in incoming days if it has a good behavior
 At least it seems I don't have anymore all issues with blanck screens I
 had since the introduction of the lazy loading that enforced me to keep the
 1.480.3 up until now...

 Cheers


 On Fri, Aug 16, 2013 at 5:23 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote:

 at http://mirrors.jenkins-ci.org/ in the stable-rc column.

 --
 Kohsuke Kawaguchi

 --
 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.




-- 
-
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-27 Thread Jesse Glick
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.


Re: Re: 1.509.3 RC1 posted

2013-08-21 Thread Vojtech Juranek
Hi,

 we are having another regression with 1.509.3 RC, namely, there is an
 Artifactory plugin bug that seems to have resurfaced:

does this bug appears only when using 1.509.3 RC? Quickly looking on it seems 
to me like a bug in Artifactory plugin, not Jenkins core, but the root cause 
could be in the core.

Thanks
Vojta

signature.asc
Description: This is a digitally signed message part.


Re: Re: 1.509.3 RC1 posted

2013-08-21 Thread Russ Tremain
It may be a change in the core that is causing the resurfacing of the bug.

It seems to have something to do with the path name, which has a $ in it, e.g.

 ERROR: Archived artifact is missing: 
/var/lib/jenkins/jobs/Check/modules/com.example.pm.multimodule.core$multimodule-core/builds/2011-06-15_06-52-05/archive/com.example.pm.multimodule.core/multimodule-core/2.6.2-SNAPSHOT/pom.xml

see:  https://issues.jenkins-ci.org/browse/JENKINS-10082
(which now has links to the other issues.)

thx,
-Russ

At 9:48 AM +0200 8/21/13, Vojtech Juranek wrote:
Hi,

 we are having another regression with 1.509.3 RC, namely, there is an
 Artifactory plugin bug that seems to have resurfaced:

does this bug appears only when using 1.509.3 RC? Quickly looking on it seems
to me like a bug in Artifactory plugin, not Jenkins core, but the root cause
could be in the core.

Thanks
Vojta

-- 
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: Re: 1.509.3 RC1 posted

2013-08-21 Thread Jesse Glick
On Wed, Aug 21, 2013 at 1:33 PM, Russ Tremain ru...@releasetools.org wrote:
 It seems to have something to do with the path name, which has a $ in it, 
 e.g.

  jobs/Check/modules/com.example.pm.multimodule.core$multimodule-core

IIRC there was a recent bugfix to use '$' rather than ':' in Maven
module directory names since some systems had problems with ':'. So
sounds like the Artifactory plugin is faling to quote arguments in a
Launcher, etc.

-- 
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: Re: 1.509.3 RC1 posted

2013-08-21 Thread Russ Tremain
I've investigated this and it turns out that in our case, the problem was that 
when a job was deleted and recreated, the re-added job had 
archivingDisabledtrue/archivingDisabled in the config file (this is set via 
Advanced Options under the maven build step configuration).

Not sure why/how this happened, but Jenkins archiving must be enabled for 
Artifactory to pick up the artifacts and send them to the server.  It is 
possible that the Artifactory plugin should enforce this or issue a warning.

Thankfully, I don't think it had anything to do with 1.509.3 RC1, which we've 
been running in production since 8/16 now.

thanks,
-Russ

At 4:56 PM -0400 8/21/13, Jesse Glick wrote:
On Wed, Aug 21, 2013 at 1:33 PM, Russ Tremain ru...@releasetools.org wrote:
 It seems to have something to do with the path name, which has a $ in it, 
 e.g.

  jobs/Check/modules/com.example.pm.multimodule.core$multimodule-core

IIRC there was a recent bugfix to use '$' rather than ':' in Maven
module directory names since some systems had problems with ':'. So
sounds like the Artifactory plugin is faling to quote arguments in a
Launcher, etc.


-- 
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-20 Thread Vojtech Juranek
Hi,
passed all selenium test and my tests [1], if nobody else spot any problems, 
IMHO can be released.
Vojta

[1] https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.509.x+RC+Testing

On Friday 16 August 2013 08:23:37 Kohsuke Kawaguchi wrote:
 at http://mirrors.jenkins-ci.org/ in the stable-rc column.

signature.asc
Description: This is a digitally signed message part.


Re: 1.509.3 RC1 posted

2013-08-20 Thread Russ Tremain
we are having another regression with 1.509.3 RC, namely, there is an 
Artifactory plugin bug that seems to have resurfaced:

jenkins issues: https://issues.jenkins-ci.org/browse/JENKINS-10021 
https://issues.jenkins-ci.org/browse/JENKINS-10082 
https://issues.jenkins-ci.org/browse/JENKINS-9269

artifactory issue: https://www.jfrog.com/jira/browse/HAP-159 (previously fixed 
in plugin version 1.4.3)

using artifactory jenkins plugin version 2.1.3, upgraded to 2.1.7 in attempt to 
fix.

I will get in touch with the Artifactory folks to see if they have any insight.

thx,
-Russ


At 3:34 PM +0200 8/20/13, Vojtech Juranek wrote:
Hi,
passed all selenium test and my tests [1], if nobody else spot any problems,
IMHO can be released.
Vojta

[1] https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.509.x+RC+Testing

On Friday 16 August 2013 08:23:37 Kohsuke Kawaguchi wrote:
 at http://mirrors.jenkins-ci.org/ in the stable-rc column.
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part.
Content-Transfer-Encoding: 7Bit

Attachment converted: tanami-sys:signature 1092.asc (/) (0192397F)

-- 
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.