Ant SCP fails with J9 JVM but it works with Sun JVM

2012-09-11 Thread Sachin Kumar Saxena
Hi All, I am unable to find a solution for the problem i am facing with IBM j9. In my ant script i am using SCP task to copy my build artefacts(.ear) to scp server. When i am using Oracle jdks everything is working fine and i am able to copy my files to remote server. Problem starts when ant

Bug in 1.481 with api/xml

2012-09-11 Thread Matthew.Webber
I just upgraded Jenkins from 1.480 to 1.481, and now I get a stacktrace when I go http://jenkins /computer/(master)/api/xml. If I drop back to 1.480, the problem disappears. Actually, the problem occurs with any node name, not just (master). I have opened

trending disk usage for all nodes in a jenkins cluster

2012-09-11 Thread Chris Withers
Hi All, Does Jenkins have any way of getting trend graphs for the partitions used on all nodes (master and slaves)? Occasionally, our Jenkins instance blows up when one node runs out of disk space, but it's very difficult to find out whether it's one job that's gone haywire or if it's just

SSO with SAML 2.0

2012-09-11 Thread Ramith Jayasinghe
Hi folks, I'm looking for a plugin which can talk to a SAML 2.0 provider to support SSO. The closest thing I found is [1]. But it doesn't seem to support SAML 2 So any alternatives ? [1] https://wiki.jenkins-ci.org/display/JENKINS/CAS+Plugin Regards Ramith.

Re: Ant SCP fails with J9 JVM but it works with Sun JVM

2012-09-11 Thread Sachin Kumar Saxena
Hi All, Can someone please help here or point out the mistake if any i have done with my configuration. I am using Ant 1.7 and my jenkins is installed on Windows 2008 server. On Tuesday, 11 September 2012 11:50:00 UTC+5:30, Sachin Kumar Saxena wrote: Hi All, I am unable to find a solution

net.sf.json.JSONException: Error while setting property=signature type class java.lang.Object

2012-09-11 Thread Bram
This error occurred since last night. Our nightly builds were fine and local build is working just fine as well. Updating http://development1:443/svn/dev-repos/ispmapping/trunk/mapping-jobs-pgz At revision 6179 no change for

OpenID plugin and Jenkins behind apache

2012-09-11 Thread Mani
Hi, I'm trying to use OpenID plugin for authentication in Jenkins. I saw one of the user has commented on OpenID plugin page that he had difficulty in using SSO for Jenkins behind apache ( https://wiki.jenkins-ci.org/display/JENKINS/OpenID+plugin). Just wanted to check with the developer

Re: Jenkins survey being drafted

2012-09-11 Thread Lisa Wells
Quick correction - here are the right links: *2012 Survey Draft: http://wiki.cloudbees.com/bin/view/Jenkins+Enterprise/2012+Jenkins+Survey+Draft * 2011 Survey: http://pages.cloudbees.com/Jenkins_Survey_2011_JenkinsSurveyDownloadPage.html Apologies for the confusion! Lisa On Monday, September

iPhone App To Help You Regain 20/20 Vision Naturally

2012-09-11 Thread Twenty Twenty Vision
http://goo.gl/cqlU4 - 20/20 Vision is an iPhone app that will help you regain 20/20 vision naturally, by looking at images that relaxes your eyes and performing eye exercises that strengthen your eyes, anywhere within your busy life (i.e. office cubicle, crowded subway, waiting at the hair

Re: OpenID plugin and Jenkins behind apache

2012-09-11 Thread Mani
Also, I'm unable to download the openid source code. This url provided in the openid home page is not valid I believe. https://github.com/jenkinsci/openid-plugin Can you also please provide the right url. Thanks, Mani On Tuesday, 11 September 2012 16:10:41 UTC+5:30, Mani wrote: Hi, I'm

Re: OpenID plugin and Jenkins behind apache

2012-09-11 Thread Andrew Melo
Github is currently down, that may or may not be what you're seeing. -Andrew On Tue, Sep 11, 2012 at 10:54 AM, Mani citizenm...@gmail.com wrote: Also, I'm unable to download the openid source code. This url provided in the openid home page is not valid I believe.

[ANN] Come join the Jenkins User Conference San Francisco on September 30th!

2012-09-11 Thread Kohsuke Kawaguchi
Jenkins User Conference [1] is back to San Francisco after a world tour. The conference is on the 30th of this month (Sunday), which makes it back to back with JavaOne, just like the last year. This schedule allows the community people from all over the world to attend and talk, so you see

Re: mark build as unstable if it takes too long

2012-09-11 Thread domi
maybe this helps: https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin Domi On 11.09.2012, at 03:48, Darren Rowley rowle...@gmail.com wrote: Is there any way to mark a build as unstable if it takes too long? I'm aware of the build timeout plugin but that appears to actually abort

what does --ajp13Port=-1 do?

2012-09-11 Thread John W
I had to put this in my jenkins.xml file to get jenkins to work as a service. Now I want to see if I need to change it to something else.

Grails Email Templates

2012-09-11 Thread bearrito
Does anyone have some grails email templates for use with the Email-Ext plugin? I'm very handy with grails and just want something to get started thanks.

Re: Grails Email Templates

2012-09-11 Thread bearrito
Edit : Not very handy. On Tuesday, September 11, 2012 2:40:33 PM UTC-4, bearrito wrote: Does anyone have some grails email templates for use with the Email-Ext plugin? I'm very handy with grails and just want something to get started thanks.

RE: Grails Email Templates

2012-09-11 Thread Alex Earl
Do you mean groovy? Sent from my Windows Phone -- From: bearrito Sent: 9/11/2012 11:40 AM To: jenkinsci-users@googlegroups.com Subject: Grails Email Templates Does anyone have some grails email templates for use with the Email-Ext plugin? I'm very handy with grails

Re: Submit config.xml for Maven job but Maven release is not enabled

2012-09-11 Thread Loren
Conclusion: I reconstructed the post params with huge JSON string. It was a PITA but is done and works. Cheers, all.

RE: Grails Email Templates

2012-09-11 Thread Alex Earl
There are some examples in the source in github. Sent from my Windows Phone -- From: bearrito Sent: 9/11/2012 11:41 AM To: jenkinsci-users@googlegroups.com Subject: Re: Grails Email Templates Edit : Not very handy. On Tuesday, September 11, 2012 2:40:33 PM UTC-4,

deinstall OSX package

2012-09-11 Thread domi
Is there any deinstaller for the OSX package available? Domi

Re: what does --ajp13Port=-1 do?

2012-09-11 Thread Les Mikesell
On Tue, Sep 11, 2012 at 1:25 PM, John W imachess...@gmail.com wrote: I had to put this in my jenkins.xml file to get jenkins to work as a service. Now I want to see if I need to change it to something else. -1 disables it (per http://winstone.sourceforge.net/#commandLine). The default should

Re: Ant SCP fails with J9 JVM but it works with Sun JVM

2012-09-11 Thread Richard Bywater
It sounds to me that you might be better off asking on the Ant mailing list as it sounds like its the scp Ant task that is causing you issues? However I'd also check that the version of J9 you are using is certified to work with Windows 2008 Server as perhaps there is some security/access

Re: mark build as unstable if it takes too long

2012-09-11 Thread Richard Bywater
I think the OP is aware of that plugin and the main issue seems to be that the build timeout plugin aborts the build rather than makes it unstable. OP: Perhaps you could update the build timeout plugin to have the option of setting the build to unstable/failed rather than abort? Richard. On

Fwd: Important: message being returned.

2012-09-11 Thread Richard Bywater
Can we get Justin Vallon removed from the mailing list please? -- Forwarded message -- From: Postmaster systems-postmas...@world.deshaw.com Date: Wed, Sep 12, 2012 at 8:59 AM Subject: Important: message being returned. To: rich...@byh2o.com Thank you for your inquiry. Justin