Re: Upgrading from Hudson Windows 1.395 to Jenkins

2013-01-21 Thread prathima chowdary
Hello, The steps are on the wiki page mentioned: http://wiki.jenkins-ci.org/**display/JENKINS/Upgrading+** from+Hudson+to+Jenkins So if you rename jenkins.war as hudson.war, and simply overwrite your hudson.war, the upgr

Re: Silently triggering a build using the git plugin

2013-01-21 Thread Adam Mercer
On Mon, Jan 21, 2013 at 7:39 PM, Mark Waite wrote: > With the version of curl I'm using (7.26.0 - as delivered with Debian > "Wheezy"), I can use the arguments -o /dev/null to prevent that output. > Does that not work for you? The git server has curl-7.15.5 and I thought I'd already tried that op

Re: Silently triggering a build using the git plugin

2013-01-21 Thread Mark Waite
With the version of curl I'm using (7.26.0 - as delivered with Debian "Wheezy"), I can use the arguments -o /dev/null to prevent that output.  Does that not work for you? Mark Waite > > From: Adam Mercer >To: jenkinsci-users@googlegroups.com >Sent: Monday, Ja

Re: Silently triggering a build using the git plugin

2013-01-21 Thread Adam Mercer
On Mon, Jan 21, 2013 at 5:38 PM, Adam Mercer wrote: > this seems to be working great, i.e. a new build is scheduled if > appropriate. However the post-receive hook outputs: > > Scheduled polling of Project An example is: $ git push Counting objects: 9, done. Delta compression using up to 4 thre

Jenkins exit code 143 - due to Unexpected termination of the channel

2013-01-21 Thread BobTheBuilder
Hello, I have a long running build that never runs to completion on the slave computer, it gets "Maven JVM terminated unexpectedly with exit code 143". It does not terminate in the same spot, some times it terminates in 5 minutes others 30+ minutes (usually 21-22). If I run the Maven build on my

Silently triggering a build using the git plugin

2013-01-21 Thread Adam Mercer
Hi I'm using the git plugin and trying to write a post-receive hook to trigger polling of the SCM to see if a new build should be triggered. I'm using the following to get Jenkins to poll the SCM /usr/bin/curl $JENKINS/git/notifyCommit?url=$REPO&branches=master this seems to be working great, i.

RE: --wip trouble

2013-01-21 Thread Merrow, Frank
Everything is based on the final process’s exit code . . . exit 0 is pass, exit anything else is fail. So in windows you could do something like this at the end of your script: IF %ERRORLEVEL% ==0 EXIT 1 EXIT 0 Unix must have some equivalent. Frank From: jenkinsci-users@googlegroups.com [mai

--wip trouble

2013-01-21 Thread Tj Sebastian
Currently one of our Jenkins builds fails. I would like it to pass (or show green) when the build fails. At the same rate i would like our build to fail (or show red) when a case passes. The build I am configuring is our “Known Issues Build”. So only failed cases go in there. The goal of this

I did not spawn a child process to build my project, why am I getting this: Process leaked file descriptors. See wiki.jenkins-ci.org/display/JENKINS/… for more information ERROR: Failed to clean the w

2013-01-21 Thread hong . ju
have never configured a system as hard as this combination, Jenkins (1.499), Git (1.8.0.msysgit.0), and Windows 7 32 bit. I have been stumped for three days, did not make any progress. I have been googling crazily and all the answers found here and there seemed to help me a little, ex: no spac

Re: Is it possible to let the jobs roam in a node cluster?

2013-01-21 Thread Jan Seidel
Sorry for the late reply. I did lose this thread out of sight due to serious workload going on here... Mike got it right. The jobs will stay in the build queue and wait for a machine even if 15 executors on other machines are ready to go. The approach Mike suggests is not really feasible. There ar

Builds do not show up if Job is renamed

2013-01-21 Thread bballantyne
I recently created a new job and before building it, realized that I had used the '-' character in the Job name where I should have used '_'. I used the job configuration page to rename the job to the correct name. Jenkins came back and asked me if I was sure that I wanted to rename the job. I a

RE: Missing images...

2013-01-21 Thread Mandeville, Rob
Nope, the fix wasn't that recent. Whatever is going on with your system, it's not the same thing that I was seeing. Sorry I can't be of more help. --Rob -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of geneb Sent: Monday,

RE: Missing images...

2013-01-21 Thread geneb
On Mon, 21 Jan 2013, Mandeville, Rob wrote: I had this problem last year as well, and fixed it with an upgrade. I can't find the exact point in the changelog that fixes this, but a newer version of Jenkins should fix that. I think that the LTS version should do the trick for you. Rob, I'm

RE: Missing images...

2013-01-21 Thread Mandeville, Rob
I had this problem last year as well, and fixed it with an upgrade. I can't find the exact point in the changelog that fixes this, but a newer version of Jenkins should fix that. I think that the LTS version should do the trick for you. --Rob -Original Message- From: jenkinsci-users@

Missing images...

2013-01-21 Thread geneb
Some time ago (ok, a VERY long time ago) I upgraded the Hudson CI I run for the FlightGear project to Jenkins. Since that time none of the various images appear on the page unless you're logged in. The page doesn't show any broken image icons, they just don't appear. The site is here: http:/

Parameterized job with two stages?

2013-01-21 Thread syl20bnr
AFAIK, it's not possible to do this out of the box. You may be able to do this by extending the Free Style Job in the code and providing a new Next button or by coding new parameters with dynamic content (not sure about this one) but it requires to code a new plugin. Cheers, syl20bnr

RE: Doing Builds using clearcase dynamic views

2013-01-21 Thread Alex Earl
Can you help us help you, by giving any errors you are seeing it what specifically is not working? Sent from my Windows Phone -- From: Bhaskar Juda Sent: 1/21/2013 5:43 PM To: jenkinsci-users@googlegroups.com Subject: Doing Builds using clearcase dynamic views Hi All,

Explanation of requests in monitoring plugin

2013-01-21 Thread random
I'm looking at the access stats from the monitoring plugin but I don't understand them all. Several requests have $ (dollar) strings at the end of them, like $t or $console I couldn't find any explanation in the documentation for Java melody or the plugin itself. What do they mean? Examples: /

Doing Builds using clearcase dynamic views

2013-01-21 Thread Bhaskar Juda
Hi All, I have installed Jenkins 1.489 on my linux 2.6 machine and it works fine. I have tested with SVN. I have installed the clearcase plugins but i am not successful in build using dynamic views. Can anyone help on the settings. Regards, Bhaskar Juda

Logon failure: unknown user name or bad password.

2013-01-21 Thread KARTHIGAI BALAN RAVINDRAN
Hi, I have a jenkins setup on which build and deployment happens. For deployment i have a command file which copies the binaries from a machine where jenkins master runs, to the shared folder of the deployment machine. When i run my script using command prompt the copy works, however via jenki

Re: Jelly script, for email

2013-01-21 Thread japinder gill
Copy tht report in workspace ${JELLY_SCRIPT,template="html"}, ${FILE, path="result.html"} and this worked for me On Wednesday, January 16, 2013 4:37:42 PM UTC+5:30, japinder gill wrote: > > Hello, > > I need to embed selenium result html report into email notification. > > The auto mail send af