IPv6 Support/Compliance

2012-09-14 Thread Kamal Ahmed
Hi List, Does Jenkins support/Comply with IPv6 ? Thanks, -Kamal.

RE: Failed to check out on jenkins slave

2012-09-14 Thread Gábor Garami
As same user as Jenkins? Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.09.13. 14:02, "Levin, Ilya" ezt írta: > ** ** > > I’m quoting (sorry if I didn’t make myself clear). >

Re: HTML Publishing archiving at PROJECT level???

2012-09-14 Thread Gábor Garami
If you want to archive only one html file why do not use the builtin artifact publisher for that? Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.09.13. 18:24, "mikemil" ezt írta:

Re: Error while deploying to Message Broker

2012-09-14 Thread radm
Somehow now it is geting connected to QMgr , broker. I installed ENVInject plugin. After that I am able to connect to Queue manager and deployed to broker successfully. May be it is just a coincident or that plugin has done something. Good thing is it is working now. On Friday, September 14,

Re: Error while deploying to Message Broker

2012-09-14 Thread radha
I tried to separate both build and deploy as 2 steps. Build will be done with ant script and deploy will be done via 'Execute Windows batch command' . But same issue. On Fri, Sep 14, 2012 at 3:05 PM, radm wrote: > I have an ant build script that will build and deploy the bar file to a > broker.

Error while deploying to Message Broker

2012-09-14 Thread radm
I have an ant build script that will build and deploy the bar file to a broker. When I execute the ant file from cmd promp both actions are successful. But when I try to invoke that ant script from Jenkins I am seeing below exeption. Can anybody please help. I am stuck , no clue where to look f

Re: retry build upon failure?

2012-09-14 Thread Ed Young
I installed the Naginator Plugin (v1.8) because the retry failed build plugin indicated that it was deprecated in favor of the Naginatore plugin. It doesn't seem to be working the way I expect it to however. I configured it to simply Retry build after failure up to 3 times, with all other default

Re: Will reducing the Max # of builds to keep automatically delete old builds?

2012-09-14 Thread Chris Withers
Hi Ed, Try the Workspace Cleanup Plugin and configure it to wipe out your workspace after the build is done. cheers, Chris On 14/09/2012 14:39, Ed Young wrote: the disk usage plugin is installed and is what I've been using to determine which projects (mine) are the biggest disk hogs. One o

Re: Do these features already exist?

2012-09-14 Thread Xavier Nodet
Hi Fred, Yes, I know about this plugin. But it will only abort the build, instead of notifying me. And this may not always be the correct option. So I would have to use a very large timeout... Thanks. -- Xavier Nodet On Fri, Sep 14, 2012 at 12:25 PM, Fred G wrote: > Hi Xavier, > > Have you

Re: Pipelines in Jenkins...

2012-09-14 Thread Łukasz Lichota
Hello, I have similar case and I get the theory but cannot make it work. I have job A which is git poll job and as post build action it triggers build B using parametrized trigger plugin with "predefined parameter": gitCommit=$GIT_COMMIT But I don't know how to read this parameter in job B. "env

Re: Will reducing the Max # of builds to keep automatically delete old builds?

2012-09-14 Thread Ed Young
the disk usage plugin is installed and is what I've been using to determine which projects (mine) are the biggest disk hogs. One of my builds uses 18 GB of space. The next largest one is 1GB. The reason it uses so much space is because I want keep 50 old builds behind so that if I notice that test

RE: try to compile from source, caught an error. What's wrong?

2012-09-14 Thread Alex Earl
What version of maven are you using? Sent from my Windows Phone -- From: Erik Bernoth Sent: 9/14/2012 4:49 AM To: jenkinsci-users@googlegroups.com Subject: try to compile from source, caught an error. What's wrong? I got the following errors and can't find documentatio

Re: Build history bar modification

2012-09-14 Thread Mark Waite
There is a build description setter plugin that we've used in the past to add a description to each build based on information which the plugin parses from the build log file.  We used it to report the "generated version number" of the build.  That doesn't add an additional column, rather it add

Build history bar modification

2012-09-14 Thread makiselev
Hi all. Does Jenkins provide ability to change job bar with history builds? Now it contain 2 columns: number of build end date/time. But I want to see there, for example, number of build and svn revision. Is it possible? Regards.

Re: Jenkins vs Hudson: Complier warnings

2012-09-14 Thread Engler
Issues *JENKINS-15169* logged.

*.pom file is not deployed in artifactory with jenkins artifactory plugin

2012-09-14 Thread fridodev
Dear list, I'm building some archetypes from projects, and i would deploy it to my artifactory. Actually i have a maven job with multi step maven build. The first step: goals : clean archetype:create-from-project then (regardless to previous step): goals: install pom : target/generated-sources

Coverity plugin

2012-09-14 Thread Théo Chamley
Hello, I am trying to make Jenkins and Coverity Static Analysis work together for projects in C/C++. I have a Jenkins Master on an Ubuntu 12.04 and a Jenkins Slave and Coverity both on the same Debian Lenny. My version of Jenkins is the 1.466.1. The builds ont Jenkins are triggered by Gerrit: wh

RE: Will reducing the Max # of builds to keep automatically delete old builds?

2012-09-14 Thread Lars Nordin
-Original Message- From: Ed Young Scott, kicking off the build seems to have deleted the old builds, although I'm not seeing the diskspace usage go down the way I'm hoping. I have a lot of builds to reconfigure and kick off though so this make some time. -Original Message- You

RE: retry build upon failure?

2012-09-14 Thread William Soula
Or https://wiki.jenkins-ci.org/display/JENKINS/Retry+Failed+Builds+Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of nicolas de loof Sent: Friday, September 14, 2012 6:16 AM To: jenkinsci-users@googlegroups.com Subject: Re: retry build upon fail

try to compile from source, caught an error. What's wrong?

2012-09-14 Thread Erik Bernoth
I got the following errors and can't find documentation about them. What am I doing wrong? The error occurs is in Jenkins Core (compiled in the github jenkins root folder on master, with mvn -X clean install, more details after log paste): [INFO] ---

Re: retry build upon failure?

2012-09-14 Thread nicolas de loof
see http://wiki.jenkins-ci.org/display/JENKINS/Naginator+Plugin 2012/9/14 Ed Young > Is it possible to retry a build upon a failure? Maybe with a retry count? >

Re: Do these features already exist?

2012-09-14 Thread Fred G
Hi Xavier, Have you tried the Build Timeout plug-in (https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin) yet? It might help you with detecting blocked jobs. Regards, Fred On Thursday, September 13, 2012 12:48:20 PM UTC+2, Xavier Nodet wrote: > > Hi all, > > I've been using Jenki