how to use Elastic Axis

2013-05-23 Thread Gary Gao
Hi, I read from Elastic Axis plugin description that it provide the ability to run the job on all nodes of the given label.But it doesn't give any information about how to configure.Does anybody know? -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Proxy port

2013-05-23 Thread CLOSE Dave
Somehow I've managed to get my Jenkins system's proxy configuration screwed up and I can't find how to get it back again. This affects Buckminster. When I run a Buckminster job, it fails and the log contains these lines: !ENTRY org.eclipse.core.net 1 0 2013-05-23 18:04:35.729 !MESSAGE System pr

Re: Looking for XML report format that supports multiple iterations per test

2013-05-23 Thread Mark Waite
The NUnit framework supports that type of execution (http://nunit.org/?p=testCase&r=2.5.5), so you might try the NUnit plugin to see if its format meets your need. Mark Waite > > From: bl0ck3r >To: jenkinsci-users@googlegroups.com >Sent: Thursday, May 23, 201

Looking for XML report format that supports multiple iterations per test

2013-05-23 Thread bl0ck3r
Hi, I am looking for any XML report format publishable by Jenkins, that is able to report multiple iterations of the same test when the same test is executed with different random seeds. I am NOT looking for a test framework, nor a test runner. I am only looking for a test report format digest

Re: Xvfb, ShiningPanda and Core dump exception, please help!

2013-05-23 Thread Jorge Araya Navarro
I just fixed modifying a little bit the test that was causing this issue. So, thanks anyway :) El jueves, 23 de mayo de 2013 00:45:17 UTC-6, Jorge Araya Navarro escribió: > > Hello!! > > This is driving me crazy, all my tests are failing because of this. I have > just one project on Jenkins CI,

Re: Build Flow job errors when run from Groovy

2013-05-23 Thread Slide
This is an issue with email-ext, I am working on a fix and should release soon. See [1] for more info. slide 1 - https://issues.jenkins-ci.org/browse/JENKINS-17910 On Thu, May 23, 2013 at 3:48 PM, Foxgang wrote: > I am running the following Groovy from the system console: > > def dummyBuildFl

Build Flow job errors when run from Groovy

2013-05-23 Thread Foxgang
I am running the following Groovy from the system console: def dummyBuildFlow = Jenkins.instance.getItem("my dummy job"); // Start it println("Starting dummy build flow at "+new Date()); def job = Queue.instance.schedule(dummyBuildFlow).future.get(); println("Dummy build flow finished at "+new Da

pre-build maven step not working with default maven?

2013-05-23 Thread frankgrimes97
Hi All, I'm running Jenkins 1.515 and have Maven installed through Jenkins (and not available system-wide). When I try to configure a pre-build step to "Invoke top-level Maven targets" using the default maven version, I get the following error: java.io.IOException

Re: post build task

2013-05-23 Thread Eric Pyle
Hi Virg, When you put in the text SUCCESS in the post build task "Log text" box, it is not checking whether the build ended with status success; rather it does a simple search for the text "SUCCESS" anywhere in the build log during the post-build phase. Same for "FAILURE". So I would guess so

Re: post build task

2013-05-23 Thread 06virg
Any pointers please Thanks Virg On Tuesday, May 21, 2013 3:30:44 PM UTC+5:30, 06v...@gmail.com wrote: > > Hi, > This could be a common issue, but i could not find correct solution. My > requirement is based build status whether Fail or success, i should trigger > windows batch file and pass bui

Re: No delete button for E-mail Notification post-build action?

2013-05-23 Thread Slide
Can you check the Jenkins logs and see if there is an exception? Sometimes when something is wrong in the rendering, the delete button fails to render after the error. On Thu, May 23, 2013 at 5:52 AM, wrote: > Yeah that is different than the ext plugin so there would be no Advanced > button. T

Re: Build Parameters in server host names

2013-05-23 Thread Eric Pyle
Hi David, If the concern is keeping multiple jobs in sync, maybe the Template Project Plugin would help: https://wiki.jenkins-ci.org/display/JENKINS/Template+Project+Plugin. It allows you to define one job that holds all the common settings, such as SCM, build scripts, publishers, etc. and in

Re: No delete button for E-mail Notification post-build action?

2013-05-23 Thread k . thieling
Yeah that is different than the ext plugin so there would be no Advanced button.  The delete button should be all the way to the right...not aware of any bugs about this.  If it is absolutely not there, maybe try a different browser to access Jenkins? Otherwise, you should be able to go in

Re: No delete button for E-mail Notification post-build action?

2013-05-23 Thread John Dexter
Hi, I am not aware it's a plugin, if it is it's not one I installed... it was "out of the box" functionality "Email notification" is listed in the Post-build steps drop-down. [image: Inline images 1] Not only is there no delete button, there is no advanced button either, I can disable emails of

Re: No delete button for E-mail Notification post-build action?

2013-05-23 Thread k . thieling
Is this the Email ext plugin?  So, in other words, the editable email notification?  Strange that there would not be a delete button there, but you should be able to go to advanced, and uncheck the box for the failure trigger. - Original Message - From: "John Dexter" To: jenkinsci-use

No delete button for E-mail Notification post-build action?

2013-05-23 Thread John Dexter
I have a simple test job with a build-step to run a Windows batch file and two post-build steps to publish xUnit test results and send emails on failure. The email post-build step does not have a delete button but the other two steps both do, and I want to disable/remove the emailing since it's an

Re: Page with test error/fail count, sorted by test class/package

2013-05-23 Thread Benjamin Peter
Hello, On Monday, October 10, 2011 12:12:13 PM UTC+2, Miguel Almeida wrote: > Is there a page in Jenkins that displays the #times each test has failed? > ie, similar to job history, but instead of being sorted by job, it is > sorted by package/concrete class. > > The motivation for this is to