AW: AW: Findbugs Plugin doesn't find report

2012-02-22 Thread Lewis, Eric
Hm... I'm using the Maven2/3 job type, and I can't configure it. Do I have to use the freestyle build and lose the nice features of the Maven2/3 job type? Best regards, Eric -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im

Why any plugins is not at available plugin page and some month ago were there?

2012-02-22 Thread zakyn
Why any plugins is not at available plugin page and some month ago were there? THe problem is or example with Cppcheck plugin and others. Thanks. Vladimir

choosing maven as a paramater for a job

2012-02-22 Thread Eyal Edri
Hi, Is there any way i can set the maven version as a param in job? so who ever runs the job, can choose if to run it with mvn 2.2.1 or 3.0.3? (currently optional only from the dropbox in the maven top level build option). thanks, Eyal.

AW: AW: AW: Findbugs Plugin doesn't find report

2012-02-22 Thread Lewis, Eric
Ok, with this POM modification it works, thanks! I also filed the issue https://issues.jenkins-ci.org/browse/JENKINS-12853 Best regards, Eric -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Ullrich Hafner

Re: older format and/or unreadable data

2012-02-22 Thread danny staple
Although it may be good to examine them and figure out which plugin they were depending on and if you still need it first... On 21 February 2012 23:52, Michael Higgins mhigg...@puppetlabs.com wrote: On Tue, 21 Feb 2012 13:59:11 -0800 (PST) mete meteba...@gmail.com wrote: Hello, I am

Re: non-recursively checkout out an svn tree

2012-02-22 Thread Chris Withers
On 22/02/2012 10:46, danny staple wrote: Can you use the included regions setting on the subversion config Which subversion config are you referring to? cheers, Chris -- Simplistix - Content Management, Batch Processing Python Consulting - http://www.simplistix.co.uk

Re: Jenkins running Python website functional tests

2012-02-22 Thread Jminne
can you run it from the command line on the slave? I usually do that to troubleshoot config issues like this. On Feb 21, 3:00 pm, Steve Barnette stevebarne...@kossresource.com wrote: Here's the config's and error messages I get when testing. FYI: The python source is the selenium's example

Jenkins Server and Ports

2012-02-22 Thread David Weintraub
Our new Jenkins server has had all of its ports locked down. I mean practically every single one. I had to create a ticket to our techs to open the required ports. Unfortunately, I'm not 100% sure what I should ask for. I bet other people have been in this position too. So, what ports would you

Re: Jenkins Server and Ports

2012-02-22 Thread Les Mikesell
On Wed, Feb 22, 2012 at 1:37 PM, David Weintraub qazw...@gmail.com wrote: Our new Jenkins server has had all of its ports locked down. I mean practically every single one. I had to create a ticket to our techs to open the required ports. Unfortunately, I'm not 100% sure what I should ask for.

Re: To kick off a build on all slaves

2012-02-22 Thread Patrick Renaud
You are right, the Matrix Projects configuration does the trick. Tx for the hint! :-) The only drawback with that approach is that I cannot just specify the slave label that needs to be traversed. Instead I have to explicitly list all the slaves that need to be visited by the admin task. This

custom build environments?

2012-02-22 Thread Les Mikesell
Does anyone have suggestions for how to get Jenkins to make Linux builds that don't match the stock system environment that autoconf/configure would find? For example, if you want to have multiple versions of boost installed and compile jobs that each need some specific version. -- Les

Re: svn revision policy

2012-02-22 Thread Les Mikesell
On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka sjti...@gmail.com wrote: When a build actually starts, it will check out whatever is the latest version at that moment in your version control. I thought someone said this was different for parametrized builds but I didn't understand it well enough

Re: constant building from svn - no change

2012-02-22 Thread Sami Tikka
Sorry, but I am not able to check your servers clocks for you. You really need to do it yourself. -- Sami 2012/2/21 fiona bingxue0...@hotmail.com: jenkins and svn repo server are in the same domain, the clock should be in sync, is it? On 2月21日, 下午1时37分, Sami Tikka sjti...@gmail.com wrote:

SSH plugin Can't connect to server problem

2012-02-22 Thread Anthony Ho
I am not able to configure the SSH plugin to connect to an ESXi 5.0 server (as well as some other hosts) as root user with the error message “Can’t connect to server”. There are some hosts that I am able to connect to without any problems. Is there something I need to configure in the ESXi

Re: svn revision policy

2012-02-22 Thread Sami Tikka
2012/2/22 Les Mikesell lesmikes...@gmail.com: On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka sjti...@gmail.com wrote: When a build actually starts, it will check out whatever is the latest version at that moment in your version control. I thought someone said this was different for

Re: svn revision policy

2012-02-22 Thread Christoph Kutzinski
AFAIK with the svn plugin it will checkout the revision from the date when the build was started (or queued - not sure). If you want the latest revision, you have to append @head to the repo url. Am 22.02.2012 um 21:40 schrieb Sami Tikka sjti...@gmail.com: 2012/2/22 Les Mikesell

Re: Environment variable referencing to remote fs root

2012-02-22 Thread Sami Tikka
AFAIK such a variable does not exist but you can cd .. starting from $WORKSPACE and eventually you should get to the directory that has slave.jar. I think that should be the directory that was configured as remote root directory. -- Sami 2012/2/16 Ringo De Smet ringo.des...@gmail.com: On 8

Re: FSTrigger plugin issues

2012-02-22 Thread Grégory Boissinot
Could you raise a bug report for the envinject component and attach your job configuration file (config.xml)? On Wed, Feb 22, 2012 at 9:37 PM, Brad bhugg...@gmail.com wrote: I am having trouble getting the FSTrigger plugin to work. I am getting the following error: [FSTrigger] - Monitor

Re: Block Build when downstream project is *queued*

2012-02-22 Thread Sami Tikka
2012/2/15 Dirk Kuypers kuypers.d...@googlemail.com: Running everything in one job is no alternative because it would take more than 2 hours until all the tests are ready. OK. But you do know it is possible to run several builds of one job concurrently? Check the Execute concurrent builds if

Re: The network name cannot be found

2012-02-22 Thread Sami Tikka
What type of slave is this? There are some tips and troubleshooting advice in Jenkins wiki. Did you read them? https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+JNLP -- Sami 2012/2/15

Re: xUnit - failed test did not set yellow ball

2012-02-22 Thread Grégory Boissinot
Not issue. Closed. On Mon, Feb 20, 2012 at 6:07 PM, Thomas Fürer tfuerer.java...@gmail.comwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 please vote for https://issues.jenkins-ci.org/browse/JENKINS-12616 I think you are running in the same issue as I do. thomas Am 20.02.2012

Re: FSTrigger plugin issues

2012-02-22 Thread Brad Huggins
Done. Let me know if you need any additional information. https://issues.jenkins-ci.org/browse/JENKINS-12865 On Wed, Feb 22, 2012 at 4:39 PM, Grégory Boissinot gregory.boissi...@gmail.com wrote: Could you raise a bug report for the envinject component and attach your job configuration file

RE: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Sampath.Rajagopal
Send to Recipient List is not checked for any trigger. Include Culprits is checked for Failure trigger. In here Recipient List is empty. send to Committers is not checked for any trigger. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent:

Re: custom build environments?

2012-02-22 Thread Dean Yu
We have an internal plugin that manages chroots for exactly this scenario. We set up the chroot through a BuildWrapper, and we override the launch method so that each build step enters the chroot before it executes. There’s a lot of internal-only code in here, so it’s not something we can open

RE: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Slide
This may be a known bug, I don't have JIRA available right now, but you could check. On Feb 22, 2012 6:03 PM, sampath.rajago...@vce.com wrote: Send to Recipient List is not checked for any trigger. Include Culprits is checked for Failure trigger. In here Recipient List is empty.

RE: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Sampath.Rajagopal
Sounds like https://issues.jenkins-ci.org/browse/JENKINS-12421 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: Wednesday, February 22, 2012 5:34 PM To: jenkinsci-users@googlegroups.com Subject: RE: email coming to everyone instead of

Re: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Slide
I think its actually similar to this one: https://issues.jenkins-ci.org/browse/JENKINS-11309 On Wed, Feb 22, 2012 at 6:57 PM, sampath.rajago...@vce.com wrote: Sounds like https://issues.jenkins-ci.org/browse/JENKINS-12421 ** ** *From:* jenkinsci-users@googlegroups.com [mailto:

Mixing automatic and scheduled builds

2012-02-22 Thread Sason
Hi there, I'd like to set up two dependent build projects for the same software product as follows: - have a quick build run every time a developer commits changes, i.e. using the SCM polling trigger. This will only be an incremental build, followed by unit tests. - run a scheduled full nightly