Re: Exe runs very slow under Jenkins compared to running directly

2016-11-10 Thread J Starbird
at 10:35:12 AM UTC-8, Daniel Beck wrote: > > Is it writing large amounts of text to stdout? I.e. the Jenkins build log? > If so, is it still slow when redirecting output to a file, or NUL? > > > On 10.11.2016, at 19:30, J Starbird > wrote: > > > > Jenkins 2.19.

Exe runs very slow under Jenkins compared to running directly

2016-11-10 Thread J Starbird
Jenkins 2.19.1 Java 8 Windows 7 Pro Sp1 I don't know exactly when this started happening, at which upgrade of Jenkins it was just before moving to 2.x, but at some point an exe we use for special tests started running much slower. It went from running in 2hrs to taking over 6hrs. Nothing in th

getting test results in MutliJob email via email-ext

2014-12-17 Thread J Starbird
I've got our Multijob build sending emails with build results just fine but I cannot get it to retrieve the test results from the sub jobs, has anyone been able figure this out? I'm talking about doing this in the email-ext Jelly or Groovy Templates. -- You received this message because you a

Modifying the content of the Changes report, embed URL's

2014-05-09 Thread J Starbird
I've been trying to modify the Changelog.xml as I would like to have a LINK embedded in the Comments. I've tried adding the link directly as straight ahref, I've tried enclosing it in CDATA but whenever I try anything it ends up failing. Has anyone had any success with doing something like this

Jenkins and MSBuild looking for suggestion

2014-04-14 Thread J Starbird
I have setup Jenkins to use MSBuild and have the MSBuild setup that it builds the projects from an ItemGroup (array of projects). I would like to be able to build all the projects, even if one fails, and at the end know which one failed. I've tried several different methods within MSBuild but

Entire build history got deleted. All content of every job folder got deleted.

2013-08-12 Thread J Starbird
I've been using Jenkins for about a year now and never had this happen. Sometime between last Friday evening and today ALL of the build history somehow got removed. I don't mean that it's just not displaying the info I mean if I go to the folder where the data should live the actual data is gon

Re: Jenkins Email, Ant and Java issue

2013-06-19 Thread J Starbird
Sorry I should have pointed out that this is Jenkins 1509.1. On Wednesday, June 19, 2013 11:00:00 AM UTC-7, J Starbird wrote: > > I was having an issue sending an email from Ant, can't use the Jenkins one > because I send this email during the task, and found a fix which > sa

Jenkins Email, Ant and Java issue

2013-06-19 Thread J Starbird
I was having an issue sending an email from Ant, can't use the Jenkins one because I send this email during the task, and found a fix which said to add this to the Ant Java params, -Djava.net.preferIPv4Stack=true, which did fix the Ant mailing issue. However, then at the end of the Jenkins task