Re: jenkins svn update

2012-02-16 Thread Didier Durand
Hi Fiona, The place to increase memory is Job Configuration of your job > Build > Invoke Ant > Advanced > Java Options What I can suggest to see if the issue comes from your CI machine or the SVN server: connect to the CI machine via ssh, run the checkout in the terminal session via the native sv

Re: jenkins svn update

2012-02-16 Thread fiona
I test before, if I execute 'svn update' at client, I feel the speed is faster than jenkins :), svn version in jenkins is 1.6,but my svn server is 1.7, it not to upgrade? the speed is relate to Apache? On 2月16日, 下午4时48分, Didier Durand wrote: > Hi Fiona, > > The place to increase memory is Job Co

Re: Job dependencies

2012-02-16 Thread Mustafa Suha Botsali
You may try https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin I hope it will help. İyi çalışmalar. On Wed, Feb 15, 2012 at 5:57 PM, Alper Tekinalp wrote: > Any idea please? > > > 2012/2/15 Alper > >> Hi. >> I have two jobs A, B and B is dependent to A. So how can I say e

Alternatives to Build Pipeline Plugin?

2012-02-16 Thread Chris Withers
Hi All, I had high hopes for this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin But it doesn't appear to work with promoted builds and the maintainers never reply to email. Can anyone recommend any similar, maintained, alternatives? cheers, Chris -- Simplistix

Jenkins - Nullpointer exception

2012-02-16 Thread breako
Hi, I get an interesting stack trace from my build (which uses maven) here. The maven error is one thing, but what's interesting is further down where it says: ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.NullPointerException

Change matrix display of multi-configuration project

2012-02-16 Thread parvus
i want to chaneg the display of the matrix in a multi-configuration project. Is it possible to control which axis goes where?

CVS jobs failing with plugin version 2.0

2012-02-16 Thread Harpel, Craig
Yesterday, I upgraded from Jenkins 1.444 to 1.451, and at the same time upgraded the CVS plugin from 1.6 to 2.0. Now all of my CVS jobs are failing with the same kind of error as seen below. Reverting to version 1.6 fixes the problem. Is there a config change I have to make for 2.0? FATAL:

Publishing build artifacts to S3 bucket

2012-02-16 Thread Irene
Hello all! I am trying to publish my build products to S3 bucket using the Jenkins S3 Plugin. Is there a way to configure the upload so the files that already exist in the bucket are not overwritten by the later files that have the same name? Thanks, Irene

Re: Environment variable referencing to remote fs root

2012-02-16 Thread Ringo De Smet
On 8 August 2011 23:54, John Vacz wrote: > can anybody tell me what is the environment variable referencing to slave > remote fs root? I need the same. Does such a variable exist pointing to the slave remote fs root? Ringo

Re: CVS jobs failing with plugin version 2.0

2012-02-16 Thread Ullrich Hafner
See JENKINS-12599 On 02/16/2012 03:14 PM, Harpel, Craig wrote: > > Yesterday, I upgraded from Jenkins 1.444 to 1.451, and at the same > time upgraded the CVS plugin from 1.6 to 2.0. Now all of my CVS jobs > are failing with the same kind of error as seen below. Reverting to > version 1.6 fixes

RE: CVS jobs failing with plugin version 2.0

2012-02-16 Thread Harpel, Craig
Ah, I missed that one. Thanks! From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ullrich Hafner Sent: Thursday, February 16, 2012 10:14 AM To: jenkinsci-users@googlegroups.com Subject: Re: CVS jobs failing with plugin version 2.0 See JENKINS-12599

Re: post-build step "Run only if build succeeds" still runs for unstable builds?

2012-02-16 Thread James W. Wilson
Hmmm, nobody has an idea on this question? Should I ask somewhere else? James On Mon, Feb 13, 2012 at 12:36 PM, James W. Wilson wrote: > Hi, > > I have a multi-module project which is set up with a post-build step. > I have selected "Run only if build succeeds". However, the post-build > step is

Maven deploy fails ... ReasonPhrase:Forbidden

2012-02-16 Thread Jeff
FWIW, this used to work last week. I am able to run 'mvn deploy' from the command-line on the Jenkins box in the job 'workspace' folder just fine using my 'deployuser' account settings in the Maven settings.xml. I can upload artifacts from the Archiva web application using the same 'deployuser' a

Re: sonar fails to analyze snapshots after maven release

2012-02-16 Thread domi
Tomasz, you have to define a new boolean parameter on your job (e.g. SKIP_SONAR) on your Job, then go to the Advanced Sonar plugin configuration in your job and enter the same variable name into it. Now when you use the new m2release plugin, it will ask you about whether to skip the Sonar analyz

libvirt-slave plugin getting "Broken pipe" error

2012-02-16 Thread Bernie Duggan
Hi all, I'm in the process of setting up a Jenkins build environment for our system, using a bunch of VMs to do different configuration builds. Our architecture is: Machine A running jenkins with the libvirt-slave plugin. Machine B hosting KVM VMs, accessible through a NAT network, with the SSH por

Re: libvirt-slave plugin getting "Broken pipe" error

2012-02-16 Thread Bernie Duggan
Just an additional bit of information: It appears that, not only did the VM not shut down, but the slave jenkins process on the VM never actually stopped, even though the slave is marked as offline. Killing the slave process, however, does not fix the problem. The only thing I've found which does

Re: Maven deploy fails ... ReasonPhrase:Forbidden

2012-02-16 Thread Jeff
I know I posted this eariler today, but I have a bit more information. Since I can perform 'mvn deploy' from the command line, I disabled the *'Deploy artifacts to Maven repository*' post-build option and just used the following in my Maven "*Goals and options*": clean install deploy It work

build history token

2012-02-16 Thread fiona
now I find in build history pane,it look like: blue star icon + #2012-2-16 19:35:55 + console output icon + 245M I want to know 245M is what? I find It sometimes is small 1k,sometimes is large, and sometime it is blank,how 245M appear? maybe some plugin ?

Re: Build Pipeline plugin doesn't interact with Promoted Builds plugin?

2012-02-16 Thread Geoff Bullen
Hi Chris, Yes, unfortunately the pipeline plugin doesn't support the features of the promoted build plugin. All you can currently do is have a manual trigger versus an automated trigger. If you were able to implement this feature we will include it. Cheers, Geoff On Fri, Feb 10, 2012 at 7:2

constant building from svn - no change

2012-02-16 Thread Terry.Rankine
Hi Guys I have a multi repo project, both checkouts are from svn servers, and I have a 'poll scm' every 15 mins to build it. However, in the subversion changes, I can't see any changes, and the repos version numbers are not changing either, but it just keeps building my project 500 builds late

manual promotion of two jobs to pass parameters to a third job

2012-02-16 Thread Matt Fair
I have two jobs that I want to manually approve, let's call them Job A and Job B. Job C is a job that I want to be executed when there is an approved Job A and B. The scenario is one where I have separate builds that I to join together to execute a deployment stage. Job A has the following param

buildResultTrigger-polling

2012-02-16 Thread Suri
Hi When we are using “buildResultTrigger-polling plug-in” we are getting below error frequently. Jenkins version is 1.411 INFO: opalp05_r1.4_dev_R4_UAT_dotnet #31 main build action completed: SUCCESS Feb 16, 2012 7:51:59 PM org.jenkinsci.plugins.buildresulttrigger.BuildResultTrigger run SEVERE: