Manual abort - capture reason for abort

2013-06-13 Thread Pawel Jasinski
hi, is there a way to capture a reason for manual build abort? Let's say user presses [x] to stop an ongoing build, she is prompted in the similar way to Node Disconnect. Thanks Pawel -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

RE: Struggling to launch Windows 7 64-bit slave

2013-06-13 Thread David Aldrich
The fix was: Jenkins requires access to the "WBEM Scripting Locator". The following steps allow that: 1. Launch 'regedit' 2. Find (Ctrl+F) the following registry key: "{76A64158-CB41-11D1-8B02-00600806D9B6}" (it's in HKEY_CLASSES_ROOT\CLSID) 3. Right click and select 'Permissions' 4.

Re: Jenkins vs. EBCDIC

2013-06-13 Thread Dirk Haun
Kohsuke, thanks for trying to fix it. But I'm afraid there's no difference - it still can only connect when we set the file.encoding to ISO8859. I took the remoting-1.42-SNAPSHOT.jar from here: https://ci.jenkins-ci.org/view/All/job/jenkins_main_trunk/2599/ Was that even the correct file? But I

Re: Manual abort - capture reason for abort

2013-06-13 Thread Irfan Sayed
nice to have this feature let us know if there is any regards On Thu, Jun 13, 2013 at 1:09 PM, Pawel Jasinski wrote: > hi, > > is there a way to capture a reason for manual build abort? > Let's say user presses [x] to stop an ongoing build, she is prompted in > the similar way to Node Disconne

Artifacts archival doesn't work, artifacts are not found by jenkins (despite being created)

2013-06-13 Thread Jonas Thiem
Hi, Can someone tell why artifact archival doesn't work for me? This is the output I get: Build complete Archiving artifacts ERROR: No artifacts found that match the file pattern "blitwizard-*". Configuration error? ERROR: 'blitwizard-*' doesn't match anything Build step 'Archive the artifacts'

RE: Maven build failures not detected by Jenkins

2013-06-13 Thread Mandeville, Rob
If you want, you can replace the "build maven targets" step with a "run shell script" step that runs the Maven job the same way your legacy system did. You can also get the "Log Parser Plugin", and feed it the same patterns your legacy system uses. If you just replace the "build maven targets"

Re: Jenkins vs. EBCDIC

2013-06-13 Thread Kohsuke Kawaguchi
No, it's not. I created https://ci.jenkins-ci.org/job/remoting/lastBuild/ 2013/6/13 Dirk Haun <68k...@gmail.com> > Kohsuke, > > thanks for trying to fix it. But I'm afraid there's no difference - it > still can only connect when we set the file.encoding to ISO8859. > > I took the remoting-1.42-S

Re: Artifacts archival doesn't work, artifacts are not found by jenkins (despite being created)

2013-06-13 Thread k . thieling
I'm not sure if the wild card is supported this way.  I have only ever just done something like *.exe or *.msi, but that is just me... Have you tried listing them out completely to see if they even archive then? You could try just doing * and then use the advanced option to exclude the D

Re: Artifacts archival doesn't work, artifacts are not found by jenkins (despite being created)

2013-06-13 Thread William Soula
I just checked out your workspace link and only see a Deps folder with the artifact being down in some levels. You could just make this your archive artifact pattern to get blitwizard anywhere in the directory tree: **/blitwizard-* Will On 06/13/13 07:44, k.thiel...@comcast.net

Re: Jenkins vs. EBCDIC

2013-06-13 Thread Dirk Haun
Thanks. The good news: We can now connect the slave without having to set the file.encoding. The bad news: Our jobs don't produce any console output any more. Neither a simple "set" command nor attempting to check out from SVN (which worked before) leave anything in the console - it's simply empt

Accessing last SCM Poll Log via Groovy

2013-06-13 Thread Alexandre GIRARD
Hy all, I would like to access the last SCM Poll log file for a job via groovy. But i don't find in the API how to I would like to access information like the "/scmPollLog/" uri. Thanks, Alexandre -- You received this message because you are subscribed to the Google Groups "Jenkins User

FSTrigger trying to get matching file as a variable

2013-06-13 Thread Boris Kurktchiev
I have a directory that I have devs drop files, I am able to detect when they update with the FSTrigger File plugin however is there a way to get the filename/location that it gets in a variable form somehow? Trying to cut down on the number of place I define file locations, so far I am not abl

How to show Email Template Testing template errors

2013-06-13 Thread Arturo Durán
Hi. I'm using the Email-ext plugin and I'm trying to test a email template that allows me to send team members the tests that failed in the build. I'm not quite sure why they are not being sent as i'm using the ${FAILED_TESTS} Macro Token, I suspect it has to do with the fact I use failsafe-plu

Re: How to show Email Template Testing template errors

2013-06-13 Thread Slide
Hmmm, that's strange, normally I've seen the full stack trace when debugging things via the tester. I'll try locally (I am the email-ext developer) and see what I can come up with. Please file a JIRA on this [1] so I can track progress there. Thanks, slide 1 - https://issues.jenkins-ci.org On

how to NOT free an executor until the last job in a chain is complete, even though a job in the chain is in a quiet period

2013-06-13 Thread David Burson
Hi, I'm not sure I'm even asking the right question, so here's what I'm trying to do and what I've done so far: I'm setting up Jenkins on a Mac Pro, using Parallels vm's as slaves to build on many different platforms (probably 14 to start). I'll have way too many vm's to keep them all running

join plugin with jobs

2013-06-13 Thread Z W
Hi All We have 4 jobs: Job A calls Jobs B,C and both B,C then joins at job D. We have parameters that we like to pass to job D, through B, C. How do we set up in these jobs for that to occur ? Thanks Sincerely -- You received this message because you are subscribed to the Google Groups "Jenki