Re: Warnings-Plugin: How to access the path of current workspace?

2012-12-14 Thread Ulli Hafner
Hmm, I thought that the files should contain at least the exception string. Can you please provide some more information? What is your workspace path? Can you provide an example of a warning from the build console log? What is the corresponding warning result in warnings-[yourparsername].xml in

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread mwpowellhtx
I checked this, and Jenkins is running as a Windows Service logging in as System. It doesn't get any more permissive than that. It is running as "anonymous" during the job itself. Not sure how to set that other than null or anonymous? On Thursday, December 13, 2012 8:25:36 PM UTC-6, SA Evans wr

Re: [ANN] looking for speakers in various parts of the world Jan 2013

2012-12-14 Thread Marek Gimza
Please let me know if you have an opportunity to visit Atlanta, Georgia. As anywhere else in the world, I am sure that there would be enough people that would be interested in taking part and/or listening to the presentations. Kind Regards, Mgimza On Thu, Dec 13, 2012 at 7:05 PM, Kohsuke Kawaguc

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread mwpowellhtx
The mystery still has me puzzled: Git Bash worked cloning, fetching, pulling. Yet Jenkins persistently failed even after repeated attempts restarting Jenkins Windows Service. It sounds plausible that Windows DNS Cache Service needed restarting, but then why did Git Bash work and Jenkins service

queue wait stats?

2012-12-14 Thread Les Mikesell
Is there a way to get average/max queue wait times for jobs where they are restricted by label? I'd like a way (besides realtime observation) to know when more/faster slaves are needed in any of the labeled groups. -- Les Mikesell lesmikes...@gmail.com

jenkins maven plugin: How to automatically archive maven artifacts?

2012-12-14 Thread Dmitry Katsubo
Dear Jenkins users, I have migrated free-style jobs recently from Hudson to Jenkins and I miss the following feature. With Maven3 Plugin (in Hudson) it was possible to configure the job to archive maven artifacts, in particular the following options where available as post-build actions: Arc

JSON API

2012-12-14 Thread Taner Topal
Hey everyone, is there a way to add some additional entries into the response headers of the jenkins API calls? I am trying to get some data from jenkins via AJAX/JSON/Jenkins JSON API. My Jenkins is secured so I need to use Basic Authentication which wont work because I am using JSONP. If I u

Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread Z W
Hi We downloaded Maven 3.0.4 binary from the apache web site. We have a distributed network where Jenkins is in one linux box A with 2 slaves on the other 2 linux boxes, named B and C. We untar the maven file in box A and configured Jenkins to NOT install automatically and point maven home in /pat

Re: Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread Stephen Connolly
[aside]There we have a perfect example of somebody presuming there is a lot of work to do and going and doing half of it up front[/aside] Jenkins has this lovely tool auto installation feature. You just tell Jenkins the Maven versions you need and ask it to do the downloading from the Apache web s

Re: Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread zw
Hi Stephen thanks for responding. Unfortunately the Maven version from the Jenkins drop down list shows 3.0.4, when we check the version directly it is using [root@A bin]# ./mvn --version Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) and we need Apache Maven 3.0.4 (r1232337; 2012-01-17

Re: Maven 3.0.4 installation and setup with Jenkins - quick question

2012-12-14 Thread Stephen Connolly
it will be available to the build jobs but not affect the ordinary users. Try running a build job with a maven build step and see what that reports On 14 December 2012 17:09, zw wrote: > Hi Stephen thanks for responding. > Unfortunately the Maven version from the Jenkins drop down list shows >

Re: How to post jenkins build number to jira ticket?

2012-12-14 Thread apena
Has anyone in this group used perforce with Jenkins and Jira? If so, does the feature to post jenkins build numbers back to jira work for you? On Wednesday, December 12, 2012 2:04:51 PM UTC-8, apena wrote: > The posting of jenkins build numbers back to jira tickets is not working > for us. I'

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread Scott Evans
In your jenkins build, can you try just running a command "nslookup" (or ping would probably work too) on your agent machine to see what response you get from actually within the build session? That might indicate whether you're even getting a valid lookup back from DNS from within your job enviro

Maven version and upgrade - quick question

2012-12-14 Thread Z W
Hi All Under Build section of a job, Invoke Maven 3 - Maven 3, there is drop down value named (Bundled). How can we find out what version of Maven Jenkins is using ? When we want to use a newer Maven, how do we config under Manage Jenkins such that the slaves would pick up the newer Maven version

Re: [ANN] looking for speakers in various parts of the world Jan 2013

2012-12-14 Thread Schalk Cronjé
I would be up for talking at the London event as I am already going. (And I owe you a beer - or equivalent). -- Schalk W. Cronjé (@ysb33r) On Friday, 14 December 2012 00:05:32 UTC, Kohsuke Kawaguchi wrote: > > > Hi, > > I'm doing a little bit of world tour next January. As a part of it, I'm >

Re: [ANN] looking for speakers in various parts of the world Jan 2013

2012-12-14 Thread Alyssa Tong
Hi Schalk, i'm one of the organizers, could you send a brief description of your talk? thanks, alyssa On Fri, Dec 14, 2012 at 2:57 PM, Schalk Cronjé wrote: > I would be up for talking at the London event as I am already going. > > (And I owe you a beer - or equivalent). > > -- > Schalk W. Cron

Re: Jenkins Git suddenly stopped working

2012-12-14 Thread Jeff
I wasn't going to say anything but I think I can explain what the issue possibly was since you mentioned Windows is in use. I don't believe the Java stack works with the Windows networking layer at the same level. I have problems all the time with DNS lookups in our Java apps because our company

Running WINE apps on slave for jobs launched on the master

2012-12-14 Thread Jenkins User6
Hi, I have a Jenkins master running RHEL 5 and a Jenkins slave running Centos 6. I installed WINE on both master and slave. One of the Jenkins' jobs runs a couple Windows binaries under WINE. The job runs fine if it runs on the master itself but failed with the message below. -- wine cm

Re: Running WINE apps on slave for jobs launched on the master

2012-12-14 Thread Jenkins User6
More information: WINE version on the slave is 1.4.1 I do not need the GUI on the slave to run the job. So if there is a way to tell WINE not to bother with GUI/windows, it should work. On Friday, December 14, 2012 5:30:51 PM UTC-8, Jenkins User6 wrote: > Hi, > > I have a Jenkins master ru