Unable to add new node (Windows slave) after upgrade to 1.500

2013-02-14 Thread Manjunath D G
Hi, After my version upgrade from 1.427 to 1.500,I'm unable to add new node.Getting Connecting to 172.24.136.55 Checking if Java exists java -version returned 1.7.0. Copying jenkins-slave.xml Copying slave.jar Starting the service And nothings happens.Do i need to install any new/ugrade

Starteam plugin - Use parameter as Lable Name?

2013-02-14 Thread Lonnie Lewis
We are setting up a parameterized build structure: 1) Job 1 builds the project and applies a view label 2) Job 1 then triggers a downstream parameterized build (Job 2), passing the label as a parameter 3) I want Job 2 to use the parameter as the StarTeam Label name. Is this possible? -- You

RE: Periodic even build question

2013-02-14 Thread Mandeville, Rob
If I read things correctly, the 'H' syntax gives you a pseudo-random start time (the same one for a given job), not an even one. If you only had one job to run, 'H/15 * * * *' would run it every fifteen minutes, but that could either be :00, :15, :30, :45 or :04, :19, :34, :49, or something

Re: Test results disappeared since upgrade to 1.500

2013-02-14 Thread Guillaume Bilodeau
Posted a bug report on the Jenkins JIRA and it was kindly fixed by Chris Kutzinski: https://issues.jenkins-ci.org/browse/JENKINS-16696 On Thursday, February 7, 2013 9:34:07 AM UTC-5, Guillaume Bilodeau wrote: Hi all, We've been running Jenkins happily since a year now. One of our jobs runs

Jenkins - JUnit result XMLs in Maven build

2013-02-14 Thread Thiru
I have a build for my maven projects in Jenkins. As a part of build process, we have to trigger a external integration testing environment using Shell scripts , which gives back the test results in form of JUNIT result XMLs. I like to know, how we can plug in the results to test results of the

Re: Pass exit variables to down stream jobs.

2013-02-14 Thread William Soula
You could output the variables to a file and then use the trigger parameterized builds plugin to trigger downstream jobs and add a parameter from properties file section to pass the properties to the downstream builds: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin

RE: Periodic even build question

2013-02-14 Thread Merrow, Frank
Where are you guys seeing docs for this H Token thing? Can you send a specific URL? (Google didn't find it for me and Jenkins ? doesn't show it as an option.) Frank From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mandeville, Rob Sent: Thursday,

Re: Pass exit variables to down stream jobs.

2013-02-14 Thread c . alex . roeber
Thank you, I think I found an issue: I have Jenkins ver. 1.501 http://jenkins-ci.org/ which I just upgraded and I have updated my plugin list. I do not see that plugin. On Thursday, February 14, 2013 8:19:26 AM UTC-8, William Soula wrote: You could output the variables to a file and then use

Re: Pass exit variables to down stream jobs.

2013-02-14 Thread William Soula
It's actually called Parameterized Trigger Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin not trigger parameterized builds. If you can't see it then I don't know what to say, it should be there. I already have it installed so I can't test if it is there or

Re: ssh://IP address/Path to git repo Does not work

2013-02-14 Thread Octavian Covalschi
It looks like JM and JS are 2 different machines, yes? Is the job being executed on JM or JS? How are you populating /var/www/invo_app ? Recently I have tried jenkins with git to pull from a network computer, but in my use case I had ssh://JM IP ADDRESS/my_project On Thu, Feb 14, 2013 at 4:02

Re: ssh://IP address/Path to git repo Does not work

2013-02-14 Thread Kamal Ahmed
yes, JM ( Jenkins Master ) and JS ( jenkins Slave ) are two different machines. JM being @ home and connected via vpn, and JS being on the company lan. But i am able to connect ssh without password between these two machines as user Jenkins. also i am able to get the repo by using: git clone

Re: ssh://IP address/Path to git repo Does not work

2013-02-14 Thread Octavian Covalschi
Oh, I remembered.. I think I used a simple exec shell step to do git clone and it was working... not sure why I didn't use plugin. basically I had rm -fR dir git clone ssh://machine/repo/project dir On Thu, Feb 14, 2013 at 4:40 PM, Kamal Ahmed kamalah...@yahoo.comwrote: yes, JM (

Re: deadlocks when using Multijob plugin

2013-02-14 Thread Alvaro Martinez Echevarria
Yes, I am using that multijob plugin. The block while upstream option is disabled, so that's not it... On Thu, Feb 14, 2013 at 4:57 AM, cjo cjo.john...@gmail.com wrote: From the message you are describing it seems that you have enabled the block while upstream is building option on the test