Re: How to set the host where my hudson job to run?

2012-05-29 Thread Arun Kumar
DistFork plugin... java -jar hudson-cli.jar -s http://${PP_HUDSON_MASTER_NODE}:${PP_HUDSON_MASTER_PORT}/ dist-fork --username ${PP_HUDSON_MASTER_USER} --password-file ${PP_HUDSON_PWDFILE} -e PP_DEBUG=${PP_DEBUG} -l ${MY_ENV_HOST} /hudson/${PP_PRODUCT}/createbuild_process.sh CREATEBUILD ${MY_EN

nodeofflinenotification plugin

2012-05-29 Thread Suri
Hi I have installed nodeofflinenotification plugin in my Jenkins LTS version 1.447.1 But i am not able to view. It is showing some dependency missing error. Can anyone please suggest me, what should I do for resolve this error. java version "1.6.0_20 which we are using in Red hat Linux installed

How to set the host where my hudson job to run?

2012-05-29 Thread Arun Kumar
Hi All, I have a script which should run on particular node which i have configured on my hudson. I can restrict in the configuration of the job where my job should run. But i do not want to do like that. I have some condition which decides where the code should run as i have many nodes configu

Trigger downstream jobs depending upon the some input parameter

2012-05-29 Thread Arun Kumar
Hi, I have a requirement to trigger a job depending upon the input parameter. Lets say i have job J1,j2,J3 and J4 The J1 executes and depending upon the input parameter x on job J1 it should trigger either J2 or J3. If the x is 1 it should trigger J2 and if the x is 2 it should trigger J3.

Re: Migrate to Jenkis

2012-05-29 Thread Slide
https://wiki.jenkins-ci.org/display/JENKINS/Upgrading+from+Hudson+to+Jenkins is the best guide. On Tue, May 29, 2012 at 9:09 PM, Marcus Vinicius wrote: > Hi, > > > We have Hudson ver. 1.395, now we are planning migrate to jenkis. We have a > distributed hudson enviroment (5 nodes)? Someone alread

Migrate to Jenkis

2012-05-29 Thread Marcus Vinicius
Hi, We have Hudson ver. 1.395, now we are planning migrate to jenkis. We have a distributed hudson enviroment (5 nodes)? Someone already did it? Was it successful? ** ** Thanks. -- Marcus Vinicius A. Silva *P* *ANTES DE IMPRIMIR pense em sua responsabilidade e compromisso com o MEIO AM

Node offline hanging job/project chain

2012-05-29 Thread Dave Alexander
Dear jenkins experts, We have a set of jobs/projects where each job is run on 6-8 nodes and we are seeing that the chain of jobs is held up when one of the nodes goes offline. The relevant plugins installed in our jenkins installation are: Parameterized Trigger Plugin 2.13, Conditional BuildStep

RE: Beta Channel for Update Center?

2012-05-29 Thread Alex Earl
How do plugin owners decide when their plugin goes into LTS? Sent from my Windows Phone From: Jesse Farinacci Sent: 5/29/2012 10:22 AM To: jenkinsci-users@googlegroups.com Subject: Re: Beta Channel for Update Center? Greetings, On Tue, May 29, 2012 at 12:43 PM, Slide wrote: > In talking with a f

Re: Beta Channel for Update Center?

2012-05-29 Thread Jesse Farinacci
Greetings, On Tue, May 29, 2012 at 12:43 PM, Slide wrote: > In talking with a few people on IRC, it seems like several people have > been bitten by some updates to plugins recently. I was wondering if it > might be useful to have a beta release area, such that adventurous > users could subscribe

Re: Beta Channel for Update Center?

2012-05-29 Thread Bruno P. Kinoshita
Something like this would be cool. Here's my usual workflow,  - I talk to the users who filed issues in JIRA - Ask them to help testing alpha versions - I guesstimate when this version will be ready - Attach the hpi to the issue at JIRA - Work on any bugs found during this alpha test - Follow a q

Beta Channel for Update Center?

2012-05-29 Thread Slide
In talking with a few people on IRC, it seems like several people have been bitten by some updates to plugins recently. I was wondering if it might be useful to have a beta release area, such that adventurous users could subscribe to that update center and get those plugin updates and provide feedb

Job Jenkins unable to access secure svn repository

2012-05-29 Thread Riadh MNASRI
Hello, I'm using Jenkins ver. 1.454, apache 2, redmine 1.3.1 and subversion 1.6.11. I would like to secure access for my svn repositories (I'm using Redmine module authenticating users having accounts in LDAP directory). I have disabled anonymous access and my Jenkins jobs are no longer working. I

Re: Running a single test multiple times, compiling report with rebot and spitting it out with Jenkins

2012-05-29 Thread kevin chong
thanks very much Lars!! that was exactly what I needed. My apologies for posting in the wrong ML. On Tuesday, May 29, 2012 10:50:39 AM UTC-4, Lars Nordin wrote: > > This is actually a better question poised to the Robot Framework mailing > list - anyway. Change the rebot call to generate an outp

Re: problem with local maven repository

2012-05-29 Thread mahdia
Ok, solution found: start apache tomcat NOT under the system-account, and all works fine. Am Dienstag, 29. Mai 2012 15:58:45 UTC+2 schrieb mahdia: > > Hello to all, > > I am using Maven (3.0.4) to build my projects under windows 7 (64bit) with > jdk 1.6.0_32. > There is no extra repository mana

RE: Running a single test multiple times, compiling report with rebot and spitting it out with Jenkins

2012-05-29 Thread Lars Nordin
This is actually a better question poised to the Robot Framework mailing list - anyway. Change the rebot call to generate an output.xml (I think it used to do this by default) – something like “-o output.xml”. Then make sure that under Advance section in the RF plug-in setup specify the matching

Running a single test multiple times, compiling report with rebot and spitting it out with Jenkins

2012-05-29 Thread kevin chong
Hello, I was wondering if anyone would be able to assist me on fixing a particular problem I'm currently experiencing with Jenkins. I will start off with what I'm doing and go from there to hopefully better explain things. I run through a loop 100 times, which runs a single test. I configure so

problem with local maven repository

2012-05-29 Thread mahdia
Hello to all, I am using Maven (3.0.4) to build my projects under windows 7 (64bit) with jdk 1.6.0_32. There is no extra repository manager, only my local repo (under ~/.m2/repository) and the central maven repo. All things work fine, as long as I am on a console. Tries to build the same projec

Re: versioning of jenkins ws

2012-05-29 Thread Federico Paolantoni
Thank you Mark, i'm already using thinBackup probably I have to read more documentation to have a finest configuration! 2012/5/24 Mark Waite > You might consider: > > https://wiki.jenkins-ci.org/display/JENKINS/Backup+Plugin > > or > > https://wiki.jenkins-ci.org/display/JENKINS/thinBackup > >

Re: Tagging with CVS

2012-05-29 Thread Qazwart
You could add a build step to use the command line to tag a build that way. I don't recommend tagging each build in CVS since it takes so long. You can use the checkout time stamp Jenkins provides to tag a build that gets promoted out of development. -- David Weintraub da...@weintraub.name Se

"Content is not allowed in prolog" spam in jenkins.log

2012-05-29 Thread Jack Haughton
Hi, Running Jenkins 1.450 and getting a lot of log exception spam; example is at the end of this message. The jobs in question are all Git jobs (we don't use CVS at all). The changelog.xml files produced by the Git plugin don't have valid XML in them, they are of this form: Changes in branch o

Using Jenkins for Ruby and Ruby(-on-Rails) Teams

2012-05-29 Thread Daniel Doubrovkine
A quick post this morning on our experience with Jenkins CI, also a decent quick-start for Ruby teams. http://artsy.github.com/blog/2012/05/27/using-jenkins-for-ruby-and-ruby-on-rails-teams/ Would love to hear suggestions, please. cheers dB. -- dB. | Moscow - Geneva - Seattle - New York dblo

RE: Create a view via API: known plans to fix issue JENKINS-8927 ?

2012-05-29 Thread HARDION Vincent
Hi, Here I gave up to manage the view through the REST API. Instead I invested into a standard naming rules for job and each view defines a regex to list its job. my 2 cts, Vincent From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on beh