Re: Setting up slave and running a Maven build with Git takes an unbearably long time

2012-05-09 Thread Collin Peters
It is a Maven job. I built the Twilio ( https://github.com/twilio/twilio-java) library using all different ways. Results is 25 seconds local (both git & ssh) and 5 min 30 seconds on slave (both git & ssh) The only odd thing that I have noticed so far is that the slave is using twice as much memo

Re: Setting up slave and running a Maven build with Git takes an unbearably long time

2012-05-09 Thread Mark Waite
You might consider configuring various small test jobs, each using some subset of the capabilities you need in your build.  For example, use the Git plugin, but clone a small repository from github.com with the git protocol rather than cloning your own repository.  If that is fast, then clone a

Re: UI weird after update?

2012-05-09 Thread Andrew Melo
On Thu, May 10, 2012 at 9:14 AM, Andrew Melo wrote: > Hey Everyone, > > My machine updated to 1.463, and it seems like the CSS isn't working or > something. I've tried to clear the cache, refresh, clear the cache, > restart, etc... This is what it looks like on my end: > > http://cl.ly/0P2z3J2525

UI weird after update?

2012-05-09 Thread Andrew Melo
Hey Everyone, My machine updated to 1.463, and it seems like the CSS isn't working or something. I've tried to clear the cache, refresh, clear the cache, restart, etc... This is what it looks like on my end: http://cl.ly/0P2z3J25250v1x0Z080o And I'm on firefox 12.0 Is anyone else seeing this? A

Re: critical issue for artifactory plugin : uploading broken jar after buil success

2012-05-09 Thread Federico Paolantoni
Dear Noam, thank you for interesting, our situation is quite critical! If you want i can check for the md5sum but i did this test today: 1) downloaded to my pc the jar produced from jenkins taking it from ws/target/appname.jar 2) downloaded to my pc the jar stored from jenkins in artifactory from

Re: Setting up slave and running a Maven build with Git takes an unbearably long time

2012-05-09 Thread Collin Peters
My build that takes around 8 minutes locally took 3 hours and 56 minutes on the slave!! Does anyone have *any* useful advice that would help me diagnose this? My initial thought that it was an SSH issue involving reverse lookups. However, my operations guys say that reverse lookup is workin

Requiring login to view console output

2012-05-09 Thread Tim Pizey
Hi, I have found a password hiding plugin and a plugin to allow read access to the job configuration, but I cannot find a plugin to require login to view the console output. I want people to be able to see all the suns, but not the debugging console output, which might contain SCRTS! If this doe

Re: Plugin update confusion

2012-05-09 Thread Chemmo
Ah, this explains it https://wiki.jenkins-ci.org/display/JENKINS/Pinned+Plugins On May 9, 4:44 pm, Chemmo wrote: > Coincidentally, I recently built 1.39 > (fromhttps://svn.jenkins-ci.org/tags/subversion-1.39/), > so I installed this instead manually and the problem was resolved. So > it seems t

multiple workspaces causing problems for archiving

2012-05-09 Thread Eric Lordahl
When i reference the "WORKSPACE" variable in shell scripts there is an @ at the end. I notice this directory is used for everything i do during the build, but the SCM is in the directory without the @. The problem is when i attempt to archive some directories that i create during the build,

Re: FATAL: Java heap space

2012-05-09 Thread Vincent Latombe
Hello, https://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemoryError Vincent 2012/5/9 SamL > Hello Folks. > > I am running Jenkins 1.459 on Centos6 and I just got the following error. > Has anyone else seeing this issue? > > Any help/information will be much appreciated > Thank y

Git Parameter Plugin not using configured git executable

2012-05-09 Thread ERIC DALQUIST
We have git installed to a non-standard location that is not on the jenkins app server user's path. This isn't a problem for the core git plugin as we just specific the path in the git configuration but the Git Parameter Plugin doesn't appear to use this value when trying to run the "git" comma

FATAL: Java heap space

2012-05-09 Thread SamL
Hello Folks. I am running Jenkins 1.459 on Centos6 and I just got the following error. Has anyone else seeing this issue? Any help/information will be much appreciated Thank you FATAL: Java heap spacejava.lang.OutOfMemoryError

Re: critical issue for artifactory plugin : uploading broken jar after buil success

2012-05-09 Thread Noam Y. Tenne
Hi Federico, Are you certain the package is damaged only after being deployed? I trust that you've compared the checksums of the produced artifact that's archived by Maven/Jenkins and the checksums of the artifact that's deployed? Perhaps you've got some sort of proxy or firewall between Jenkins a

RE: Delay between job finished and node finished on unix

2012-05-09 Thread Wright, Clark
Could you expand on the handling (or expectations) of stdout/stderr by the slave? All the processes associated with the build have finished and exited, the only process left running on that account is the jvm running the slave. Now, parts of our test harness do muck with stdout/stderr, but t

Re: Delay between job finished and node finished on unix

2012-05-09 Thread Stephen Connolly
Another thing you could look into is forked child processes having captured stdout / stderr. The process will not be seen as finished until all stdout/stderr has been captured, so if your build leaves a non-daemon process hanging around, that could be the RCA On 9 May 2012 16:53, Stephen Connolly

Re: Delay between job finished and node finished on unix

2012-05-09 Thread Stephen Connolly
On 9 May 2012 16:31, Wright, Clark wrote: > Thank you. > > So how does remoting work with respect to end of job notification? > > My initial assumption was that it was simply waiting for the forked process > to finish, grab the resultant return code, and update the master. > well you could look

Re: Plugin update confusion

2012-05-09 Thread Chemmo
Coincidentally, I recently built 1.39 (from https://svn.jenkins-ci.org/tags/subversion-1.39/), so I installed this instead manually and the problem was resolved. So it seems there is something kooky about the released plugin at http://updates.jenkins-ci.org/download/plugins/subversion/1.39/subvers

Re: Plugin update confusion

2012-05-09 Thread Chemmo
I'm experiencing this too. I even shut down Jenkins, downloaded the 1.39 update manually, deleted all subversion plugin files and folders and placed the new one in and its still reporting as 1.34. Perhaps the metadata for 1.39 is incorrect? On May 9, 11:18 am, David Aldrich wrote: > Hi > > I am r

RE: Delay between job finished and node finished on unix

2012-05-09 Thread Wright, Clark
Thank you. So how does remoting work with respect to end of job notification? My initial assumption was that it was simply waiting for the forked process to finish, grab the resultant return code, and update the master. Also, any pointers/suggestions as to what information I need/want to get ou

Re: hudson.scm.SubversionSCM.xml

2012-05-09 Thread Chemmo
Hmm, I'm now having the same issue as this guy http://groups.google.com/group/jenkinsci-users/t/b965e844d7cab6cf It seems to me as if its failing to install 1.39 and reverts back to the "default" of 1.34 On May 9, 3:41 pm, Chemmo wrote: > 1.37 I think, does the new one not use this xml file? >

Re: Hudson - Execute windows batch command problems

2012-05-09 Thread Jon Payne
On 08/05/2012 23:30, de...@cpt.com wrote: We are using winrs to remote shell from our Hudson instance to execute a command on a remote windows server. The first winrs command executes fine, the second winrs command never returns back to the Batch Command being executed by Hudson. I executed the

Re: Delay between job finished and node finished on unix

2012-05-09 Thread Stephen Connolly
On 9 May 2012 15:59, Wright, Clark wrote: > I have a set of 12 hour builds that run across 45 nodes on 3 machines (4 if > you count the master). > > > > All the machines are Red Hat Enterprise. > > All the communication is via ssh (both job launch and node startup). > > > > Here is the problem I a

Delay between job finished and node finished on unix

2012-05-09 Thread Wright, Clark
I have a set of 12 hour builds that run across 45 nodes on 3 machines (4 if you count the master). All the machines are Red Hat Enterprise. All the communication is via ssh (both job launch and node startup). Here is the problem I am trying to track down: Sometimes, the job finishes, and the no

Re: hudson.scm.SubversionSCM.xml

2012-05-09 Thread Chemmo
1.37 I think, does the new one not use this xml file? On May 9, 3:03 pm, Chemmo wrote: > Hi, > > I run Jenkins under a username which is used only by Jenkins from > linux. I have previously entered my own (windows) credentials for > proxy access when I need to update Jenkins/plugins, etc but have

RE: hudson.scm.SubversionSCM.xml

2012-05-09 Thread Matthew.Webber
Are you on the latest version of the Subversion plugin (1.39)? The version bundled in the Jenkins .war file is 1.34 > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Chemmo > Sent: 09 May 2012 15:03 > To: Jenkins Users

hudson.scm.SubversionSCM.xml

2012-05-09 Thread Chemmo
Hi, I run Jenkins under a username which is used only by Jenkins from linux. I have previously entered my own (windows) credentials for proxy access when I need to update Jenkins/plugins, etc but have since removed the entry from the advanced tab of the update centre. I noticed my username was spe

RE: How to know if a job is enabled with Jenkins REST ?

2012-05-09 Thread HARDION Vincent
Wep, I've tried to find the keyword "enable"... Thanks James, this fits my needs. Vincent From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on behalf of Nord, James [jn...@nds.com] Sent: Wednesday, May 09, 2012 3:13 PM To: jenkinsci

RE: How to know if a job is enabled with Jenkins REST ?

2012-05-09 Thread Nord, James
Does http://myserver/job/myjob/api/xml?xpath=*/buildable do what you need? /James > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of HARDION Vincent > Sent: 09 May 2012 13:34 > To: jenkinsci-users@googlegroups.com > Subj

How to know if a job is enabled with Jenkins REST ?

2012-05-09 Thread HARDION Vincent
Hi all, I don't find the way to know the state enable/disable of a job through the jenkins REST ! Some urls exist but only accessible to post action. Any idea ? Vincent

RE: CVS and extssh

2012-05-09 Thread HARDION Vincent
In general the ssh keys are generated onto the client side then the public key is sent to the server. Example with Sourceforge : http://sourceforge.net/apps/trac/sourceforge/wiki/SSH%20keys Vincent From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegro

IllegalArgumentException: /usr/local/maven doesn't have a 'lib' subdirectory

2012-05-09 Thread Anubhaw Shrivastav
Hi, I'm getting IllegalArgumentException stating that 'lib' directory is inaccessible: "java.lang.IllegalArgumentException: /usr/local/maven doesn't have a 'lib' subdirectory - thus cannot be a valid maven installation!" However, maven is present at that location and has proper access rights set

Re: CVS and extssh

2012-05-09 Thread Xavier NOPRE
Hi, Did you export your putty key to the openssh format ? > Did you make your key with a passphrase ? > Sorry, I don't understand your questions ... :-( I have to indicate a key file to Jenkins to connect to the server (not my server). I think that this key file is depending on the server, no ?

RE: CVS and extssh

2012-05-09 Thread HARDION Vincent
Did you export your putty key to the openssh format ? Did you make your key with a passphrase ? From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on behalf of Xavier NOPRE [xno...@gmail.com] Sent: Wednesday, May 09, 2012 12:24 PM To: jenkin

Re: CVS and extssh

2012-05-09 Thread Xavier NOPRE
Hi Vincent, Thank you for your reply. Search "putty generate key" and you will find some site like : > > http://kb.siteground.com/article/How_to_generate_an_SSH_key_on_Windows_using_PuTTY.html > . > > And generate a key in the supported format by your server. > Yes, I had tired this, I have jus

Plugin update confusion

2012-05-09 Thread David Aldrich
Hi I am running Jenkins 1.447.1 LTS. This morning I decided to update the svn plugin from 1.34 to 1.39. I selected the svn plugin update, the download succeeded and I restarted Jenkins. Now, the plugins updates table is still showing 1.39 available and 1.34 installed. The 'Installed' table sh

RE: CVS and extssh

2012-05-09 Thread HARDION Vincent
Hi, Search "putty generate key" and you will find some site like : http://kb.siteground.com/article/How_to_generate_an_SSH_key_on_Windows_using_PuTTY.html. And generate a key in the supported format by your server. br, Vincent From: jenkinsci-users@googlegroups

Subversion plugin version

2012-05-09 Thread Matthew.Webber
The version of the Subversion plugin that comes bundled with Jenkins is 1.34. Version 1.39 has been out for ages, without problems (at least for us) - is it time to update the bundled version? I'm not sure who can actually do this. -- This e-mail and any attachments may contain confidential, cop

Re: CVS and extssh

2012-05-09 Thread Xavier NOPRE
Hi all, Thanks for your replies and sorry for my delay to answer ... I have tried your solutions. I have installed Putty and defined a CVS_RSH env variable with the path "c:\Program Files\PuTTY\plink.exe". No success ... But today, I saw that Jenkins proposed me to install CVS plug-in. I do it.

Re: Batch task fails!

2012-05-09 Thread Jan Seidel
Fixed it luckily. I upgraded Jenkins, downgraded batch task and removed the envfile. Don't ask me what was causing the NPE. Haven't had time yet to search the root cause. ciya Am Mittwoch, 9. Mai 2012 10:39:53 UTC+2 schrieb Jan Seidel: > > *DOH!* Oh great, > > I am in the middle of an migration

Batch task fails!

2012-05-09 Thread Jan Seidel
*DOH!* Oh great, I am in the middle of an migration, plus creating new softwarebranches today as requested and have to build a huge project in a few hours as well. I was doing some build testing to be on the safe side that at least the build process runs smooth and learned pretty quick that the

Re: Email notification when built on different slaves

2012-05-09 Thread hezjing
Any workaround for this problem? On Mon, Apr 16, 2012 at 9:21 PM, hezjing wrote: > Hi > > I have configured the NodeLabel Parameter plugin to execute a job in slave > X, followed by slave Y. > > When the job failed at slave X, an email notification was sent. Then, the > build continued in slave

Re: Hudson - Execute windows batch command problems

2012-05-09 Thread Rajwinder Makkar
Is Hudson running with same user as you ? When hudson batch file was executed manually -Raj On Tue, May 8, 2012 at 11:42 PM, Vanlaeken, Eric wrote: > If your second command (the one that never returns) calls another batch > file then you have to call your second batch file with a "call" command.