RE: slave and master

2013-11-13 Thread Brosh, Yossi
Hi , In the slave machine you don't need a Jenkins to be installed , but once you create B as a slave a Jenkins service will be created . From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of srinath0...@gmail.com Sent: Thursday 14 November 2013 08:30 To:

slave and master

2013-11-13 Thread srinath0805
Hi, I have 2 windows machines A&B on both machines I'm running jenkins windows as service, now I want to use A is master and B is slave. If I want use B as slave, is it necessary to uninstall Jenkins on machine B (daily jobs r running). Kindly help me on this. Thanks in advance, -- You rece

Re: hudson.util.IOException2: remote file operation failed

2013-11-13 Thread Vivekanand S V
Some problem while parsing it, whats there in lineNumber: 13; columnNumber: 29 in that xml file ? Maybe that'll give a hint. On Thu, Nov 14, 2013 at 5:43 AM, Maneesh M P wrote: > > We get this error while publishing junit test results, any help ?? > > *15:23:46* Recording test results*15:23:46*

Re: Parameterized build: pull choices from a file

2013-11-13 Thread Vivekanand S V
Check if https://wiki.jenkins-ci.org/display/JENKINS/Extended+Choice+Parameter+pluginor https://wiki.jenkins-ci.org/display/JENKINS/Extensible+Choice+Parameter+pluginwork for you. On Thu, Nov 14, 2013 at 12:38 AM, Curtis Kline wrote: > I have a parameterized build with a "choice" parameter, so

Re: Filtering the console and sending via mail

2013-11-13 Thread Maneesh M P
Use regular expression options available in mail-ext plugin to parse console output content Thanks Maneesh On Tuesday, November 12, 2013 7:52:48 AM UTC-8, incubusattax wrote: > > Hello all, > > I would like to know how I can parse the console log by selecting just the > test results that are pr

hudson.util.IOException2: remote file operation failed

2013-11-13 Thread Maneesh M P
We get this error while publishing junit test results, any help ?? *15:23:46* Recording test results*15:23:46* ERROR: Failed to archive test reports*15:23:46* hudson.util.IOException2 : remote file operation failed: /home/

Parameterized build: pull choices from a file

2013-11-13 Thread Curtis Kline
I have a parameterized build with a "choice" parameter, so that the user can select from a list of possible parameters for this job. Rather than a static list of choices, I'd like to use a file in the workspace that contains a list of the currently available choices. Any suggestions on how to acco

Re: job parameters in combination filter not working - always evaluate to true

2013-11-13 Thread bwise
Oliver, Thank you for the response. I tried the tests listed in your link https://github.com/jenkinsci/selenium-tests/blob/master/features/matrix.feature#L48 @since(1.515) Scenario: Use Job parameters in combination filters Given a matrix job When I configure the job And I configure user axis "r

Re: WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread SamL
Created a bug Issue JENKINS-20571 - WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist() has been successfully created. On Wednesday, November 13, 2013 10:41:00 AM UTC-8, SamL wrote: > > > > On Wednesday, November 13,

Re: Gerrit trigger exclusions

2013-11-13 Thread Jyrki Puttonen
Haven't tried, but https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Pluginmight be something you could use. -Jyrki On Wed, Nov 13, 2013 at 8:16 PM, Curtis Kline wrote: > We have just started using the Gerrit Trigger plugin, which looks like it > will be a big help. We have set

Re: WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread SamL
On Wednesday, November 13, 2013 9:43:01 AM UTC-8, SamL wrote: > > Hello Folks, > > We are getting the following WARNING. > Has anyone seen this issue? > Any help would be very much appreciated > > Master on Ubuntu 12.04 > Jenkins Core 1.509.4 > JobConfigurationHistory Plugin: 2.4 > > > WARNING: C

Gerrit trigger exclusions

2013-11-13 Thread Curtis Kline
We have just started using the Gerrit Trigger plugin, which looks like it will be a big help. We have set up the trigger on "change merged" on a Gerrit project, triggering on our active development branch. The only problem is that we have a lot of automated commits to that branch that are made by a

Re: WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread Samuel Lopez
Thank you Ulli We are using: JobConfigurationHistory Plugin: 2.4 Will this issue cause any major problems? Shall we go to an older version of the plugin? On Wed, Nov 13, 2013 at 9:52 AM, Ulli Hafner wrote: > This seems to be a bug in the JobConfigurationHistory Plugin. Are you > using the la

Re: WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread Ulli Hafner
This seems to be a bug in the JobConfigurationHistory Plugin. Are you using the latest version? Then please create a new bug report. Am 13.11.2013 um 18:43 schrieb SamL : > Hello Folks, > > We are getting the following WARNING. > Has anyone seen this issue? > Any help would be very much appreci

WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread SamL
Hello Folks, We are getting the following WARNING. Has anyone seen this issue? Any help would be very much appreciated Master on Ubuntu 12.04 Jenkins Core 1.509.4 JobConfigurationHistory Plugin: 2.4 WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist() in /view/CPR/job/

Re: Removing unnecessary configuration

2013-11-13 Thread Ulli Hafner
All UI elements that are introduced by Jenkins-plugins can be removed by disabling (or removing) the corresponding plugin. I.e., the maven project type can be removed by disabling the maven plug-in. Elements that are part of Jenkins core cannot be removed. Also, you can only remove all the opti

Re: The @Extension annotation usage when writing plugin for hudson

2013-11-13 Thread Ulli Hafner
Am 13.11.2013 um 10:04 schrieb zou zy : > Hi, All > > Just like said in 2.1.6 of attached file, for HelloWordBuilder plugin source > code, the @Extension is at the inner class DescriptorImpl, rather than at the > outer class HelloWorldBuilder itself, Why? i cannot find the answer from the > w

Removing unnecessary configuration

2013-11-13 Thread Gabi Karasin
Hi again, Due to usability issues, people always confuse what job type they should choose or what fields should they check in the project configuration page. Is it possible to remove some of the configurations in the "Project Config" page? Same question applies for the "New Job" page. Thanks in

Re: Jenkins permission denied

2013-11-13 Thread Gabi Karasin
Thanks Rob, but my problem wasn't regarding master-slave setup, we run the builds locally on the master. To whom it may concern, our solution was as follows: 1) Adding builder to jenkins permission group 2) Changing the variable JENKINS_USER located in /etc/sysconfig/jenkins value to "builder" 3

RE: How to run a job which will require the slave to go offilne for while ?

2013-11-13 Thread Mandeville, Rob
I don't think that there is a way for a build to survive the death of its slave. I had this scenario a few months ago (part of the job involved rebooting the target machine). My solution was to run the slave at a "safe location" outside the system under test, and have the build steps themselves

Re: Pushing tags for builds to a different remote ?

2013-11-13 Thread Mark Waite
If you're willing to try an experiment, and if you're willing to perform a git command in your Jenkins workspace as part of your build process, rather than from a plugin, you might try the technique described in this blog posting, to set the pushurl to the URL of the repository where you will store

How to run a job which will require the slave to go offilne for while ?

2013-11-13 Thread EK
Hi All ... My Scenario is as follows , I need to trigger a script( via jenkins job) , this script might cause disconnection between jenkins slave and jenkisn server which will cause the job to be marked as failed \aborted ? is there any way that I can go around this issue ? any special plug in