dynamic view with base clearcase plugin

2013-02-14 Thread Vivek Kumar
i am completely new to jenkins. i am working on dynamic views on a linux machine. now i need to configure the base clearcase plugin for working with those dynamic views. is anyone having any idea how to properly configure it -- You received this message because you are subscribed to the Google G

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 wrote: > From the message you are describing it seems that you have enabled the > "block while upstream is building option" on the test job. This is one o

Re: ssh:/// 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 wrote: > yes, JM ( Jenkins Master ) and JS ( jen

Re: ssh:/// 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 10

Re: ssh:/// 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:///my_project On Thu, Feb 14, 2013 at 4:02 PM, Kamal Ahme

ssh:/// Does not work

2013-02-14 Thread Kamal Ahmed
Hi, I have setup between Jenkins Master (JM) and Jenkins Slave (JS) so that user "jenkins" from JM can do an ssh login to JS as user jenkins ( manually created ) without password. by exchanging secure authorized_keys. But now when i use git repository URL as ssh:///var/www/invo_app i get the

RE: Issues after moving to 1.501 With Slave Nodes

2013-02-14 Thread Fisher, Allen
Thanks for the help Stephen and Les. I really appreciate it. I'm going to try and see if I can work around the Windows 2008 problems with controlling slaves as a service [1]. It just so happens I have a fresh machine here that I can play with. [1] https://issues.jenkins-ci.org/browse/JENKINS-4

Re: Pass exit variables to down stream jobs.

2013-02-14 Thread c . alex . roeber
and to any one else in the plugins list it is: Jenkins Parameterized Trigger plugin On Thursday, February 14, 2013 11:08:22 AM UTC-8, c.alex...@gmail.com wrote: > > OK, I did find it, so thank you to all for the support. > >

Re: Pass exit variables to down stream jobs.

2013-02-14 Thread c . alex . roeber
OK, I did find it, so thank you to all for the support. On Thursday, February 14, 2013 10:40:12 AM UTC-8, c.alex...@gmail.com wrote: > > Thanks and yep it is not in the plugin list... > So could some one send me a link to the ".hpi file to install a plugin > from outside the central plugin reposi

Re: Pass exit variables to down stream jobs.

2013-02-14 Thread c . alex . roeber
Thanks and yep it is not in the plugin list... So could some one send me a link to the ".hpi file to install a plugin from outside the central plugin repository" I do not want to compile it from source. On Thursday, February 14, 2013 10:22:39 AM UTC-8, William Soula wrote: > > It's actually call

Re: Pass exit variables to down stream jobs.

2013-02-14 Thread William Soula
It's actually called 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 no

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

RE: Periodic even build question

2013-02-14 Thread Matthew.Webber
In the Jenkins job configuration, under “build triggers” --> “build periodically”, click on the help question-mark on the right (of “schedule”). It’s all there, for me anyhow. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Merrow, Frank Sent: 14 Fe

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

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

Test swarm plugin

2013-02-14 Thread SiM22
So I will give a brief explanation of the layout and background and also of the problem and if you have any questions please ask away (also apologise if this is not in the correct section) So where i work there was 2 separate instance of Hudson running, both being used for separate projects. A

Re: Periodic even build question

2013-02-14 Thread Octavian Covalschi
I did not know about 1-59/15 syntax, this may give me more options... but I was thinking (if there is no other way) to do something like 0,15,30,45 * * * * 1,16,31,46 * * * * ... 5,20,35,50 * * * * 6,21,36,51 * * * * 10,25,40,55 * * * * This should give me 15 values and having this pool of v

RE: Starteam plugin - Use parameter as Lable Name?

2013-02-14 Thread Mandeville, Rob
I do it all the time. You want the NodeLabel parameter plugin and the parameterized trigger plugin. The ability to launch Job 2 with parameters shows up as a post-build task. You will have to explicitly add the NodeLabel parameter where you trigger job #2; you can't just pass it in as somethi

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 lik

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 r

Re: deadlocks when using Multijob plugin

2013-02-14 Thread cjo
>From the message you are describing it seems that you have enabled the "block while upstream is building option" on the test job. This is one of the Advanced options in the job config, try disabling this and seeing if this fixes the issue. I assume that you are using the multijob plugin [1], w

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 sp