Request for commit right - jabber-server-plugin

2014-03-06 Thread Peter Rader
Hello, i like to become committer for plugin jabber-server-plugin . My Jenkins-CI login is: peter_rader Regards. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it,

Sauce OnDemand Plugin Questions

2014-03-06 Thread Andrew Gray
Hi, Trying to get my head around the functionality of the Sauce OnDemand plugin. 1. If I have an assert statement at and the end of each of my tests and the test is running on the Selenium Grid on Sauce's infrastructure, does Jenkins find out when the test fails and can therefore fail the build?

Re:Extending the Build Results for different failure

2014-03-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Compile (build) errors and test errors are already distinguished. A build failure produces a red (failure) result, where a test failure produces a yellow (unstable) result. - Original Message - From: jenkinsci-dev@googlegroups.com To: jenkinsci-dev@googlegroups.com At: Mar 6 2014 02:30:

Re: Jenkins -> Bat -> Tee.exe (Msys) = massive slowdown

2014-03-06 Thread David Koch
OK, here's your test case. 1- Install Msys and add the '/bin' folder to the PATH environment variable 2- Put this into the 'c:\Users\JohnDoe\Downloads\jenkins_tee.bat' file : @echo off rem For correct string substitution, need delayed variable expansion setlocal enabledelayedexpansion set

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-06 Thread Brian Sayatovic
Yup On Mar 6, 2014 3:09 AM, "Christian Willman" wrote: > Are you trying to use Eclipse with m2eclipse by any chance? I've been > bitten by very near the same issue before. Turns out Jenkins plugins and > m2eclipse just don't play nicely. >> >> -- > You received this message because you are subsc

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-06 Thread Emanuele Zattin
I think it is intrinsic in the maven general suckiness... I had the same problem with Intellij IDEA and the CLI :) Emanuele Zattin --- -I don't have to know an answer. I don't feel frightened by not knowing things; by being lost in a mysterious unive

Re: Jenkins -> Bat -> Tee.exe (Msys) = massive slowdown

2014-03-06 Thread David Koch
> > Strange that my answer got deleted. I was telling you that it is indeed the same machine. If Jenkins runs the batch, it is slow. If I launch the batch, it is fast. David -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsu

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-06 Thread Christian Willman
Are you trying to use Eclipse with m2eclipse by any chance? I've been bitten by very near the same issue before. Turns out Jenkins plugins and m2eclipse just don't play nicely. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsub