Re: Problems after fix for issue 23263 Move hudson.tasks.junit to a bundled plugin

2014-09-04 Thread Reinhard Karbas
ed on the fix list On Wednesday, September 3, 2014 12:06:27 PM UTC-4, Reinhard Karbas wrote: > > After going from version 1.575 to 1.578 now it seems the values for > TEST_COUNTS is not set properly in Jenkins anymore and my email does not > get generated properly > Based on the

Re: Problems after fix for issue 23263 Move hudson.tasks.junit to a bundled plugin

2014-09-04 Thread Reinhard Karbas
Will it be fixed in the next version of email-ext? On Wednesday, September 3, 2014 12:06:27 PM UTC-4, Reinhard Karbas wrote: > > After going from version 1.575 to 1.578 now it seems the values for > TEST_COUNTS is not set properly in Jenkins anymore and my email does not > g

Re: Problems after fix for issue 23263 Move hudson.tasks.junit to a bundled plugin

2014-09-04 Thread Reinhard Karbas
n(Executor.java:240) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> On Wed, Sep 3, 2014 at 12:30 PM, Slide wrote: > It's a bundled plugin, so you shouldn't need to install anything directly. > > > On Wed, Sep 3, 2014 at 9

Problems after fix for issue 23263 Move hudson.tasks.junit to a bundled plugin

2014-09-03 Thread Reinhard Karbas
After going from version 1.575 to 1.578 now it seems the values for TEST_COUNTS is not set properly in Jenkins anymore and my email does not get generated properly Based on the description of this fix I assume this is the issue as the functionality was moved out to a new plugin However the name

Re: Jenkins xcode plugin continue build after failure

2013-09-13 Thread reinhard . karbas
Problem taken care of by use of Parameterized Trigger Plugin On Monday, September 9, 2013 3:49:01 PM UTC-4, reinhar...@gmail.com wrote: > > Is it possible to configure Jenkins / the xcode plugin in a way that the > Jenkins job continues with the next steps even if the xcode build fails? > -- Yo

Re: Checking xCode plugin return code

2013-09-13 Thread reinhard . karbas
Thanks for the hint It pointed me in the right direction After some more research I found the Parameterized Trigger Plugin which allows to trigger a follow up build based on different conditions On Thursday, September 12, 2013 2:54:14 PM UTC-4, reinhar...@gmail.com wrote: > > When I am running a

Checking xCode plugin return code

2013-09-12 Thread reinhard . karbas
When I am running a shell script in Jenkins I can check the return code at the end by looking at $? Now I have a situation where I have two xCode builds and the second one should only run when the first one fails but with different source data I can do a conditional build step but have to define

scode plugin clean only

2013-09-12 Thread reinhard . karbas
I am trying to use the Jenkins xCode plugin to do a clean only I can enter the target as additional parameter for xcodebuild and it will do it as last step, but it will run build and then clean Is there a way to convince the plugin to not run the build step by default? -- You received this mess

xCode instruments support

2013-09-10 Thread reinhard . karbas
Is there a plan to support xCode instruments runs or a plugin that understands the output of xCode instruments (automation tests and performance tests)? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r

Jenkins xcode plugin continue build after failure

2013-09-09 Thread reinhard . karbas
Is it possible to configure Jenkins / the xcode plugin in a way that the Jenkins job continues with the next steps even if the xcode build fails? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Jenkins connection problems after Jenkins restart

2013-05-16 Thread reinhard . karbas
We have several hosts set up on our Jenkins Linux server, which we connect to automatically All of these machines are Linux machines and connected via ssh in our private network Whenever I restart Jenkins and we try to run the next build job on one of the machines assigned for this task it fai