Maven Post Action Deploy?

2012-10-03 Thread David Doughty
I've got some users who are trying as a post build action to deploy artefacts to Nexus Using the maven goal deploy the build picks up the settings.xml from the maven install on the build box. Using the plugin, it appears to be trying to access the user settings.xml (jenkins user in

Re: multiple problems setting up Jenkins and Git and Maven, as well as code analysis tools - start with git...

2012-10-03 Thread Dirk Weigenand
Hi, i guess this problem is related to files still opened by Jenkins or another process. I experience this problem only on Windows when cleaning the workspace. You should use the equivalent of 'lsof' to find out what file is still in use by which process. regards Dirk On 03.10.2012 03:51,

Issues installing plugins on XP

2012-10-03 Thread Iain Walsh
HI, I've successfully got Jenkins running on my Windows 7 machine. However I'm having an issue with Hudson not finding a Kernel32 class on the XP machine. I'm remotely logged on to the XP machine with Administrator permissions. However it looks like it could be a permission problem, could I

Re: Re : Re: Login Failed with svn+ssh

2012-10-03 Thread Oscar Martins
Can you provide the code you have added in the file bashrc? Segunda-feira, 6 de Junho de 2011 10:06:44 UTC+1, sebboon escreveu: Thank you teilo, you show the right way ! I gave a password to the jenkins user with a ssh private key. I added ssh-agent with ssh-add to the bashrc file to preload

setting up git SCM...

2012-10-03 Thread Rob Withers
I stopped using git and went back to what was working before, which was setting up a maven2 project. Now I develop in eclipse and I can launch a build manually, whenever I want to build the jar and run the tests. To get it working, I set the global workspace to my eclipse workspace and then

Build Flow plugin saves empty DSL

2012-10-03 Thread dhyix
Editing a Build Flow always saves an empty DSL. I configure it, enter in: build(job). Then after saving, if I reconfigure it or look at the config file in the filesystem the dsl is always empty. Is there something I'm missing? I have a new install of Jenkins version 1.484 and I've added the

Re: Build Flow plugin saves empty DSL

2012-10-03 Thread nicolas de loof
I will try to reproduce your issue, but being at JavaOne can't do it before next week 2012/10/3 dhyix dhe...@gaic.com Editing a Build Flow always saves an empty DSL. I configure it, enter in: build(job). Then after saving, if I reconfigure it or look at the config file in the filesystem the

getting maven2 to use the default pom

2012-10-03 Thread Rob Withers
I am using 1.484 I set my workspace to my eclipse workspace. There is no pom file there. I have no global MAVEN_OPTS and the local Maven repository is local to the workspace. When I add a project, I cannot simply use pom.xml as my Root POM – I have to specify the subdirectory it is in

no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
I have the following plugins loaded: 1) JUnit Attachments Plugin 2) Static Analysis Utilities 3) Static Analysis Collector Plug-in 4) Checkstyle Plug-in 5) PMD Plug-in 6) FindBugs 7) DRY My issue is no results are showing up when I do a build. I have enabled the project to get these results.

Jenkins using massive amount of ram

2012-10-03 Thread Ben Erridge
I have installed jenkins on a fedora core 17 linux server. When I start jenkins it seems to take a ton of ram (12GB+). I start jenkins with the command. I am using open jdk 1.7 start command is /usr/bin/java -Djava.awt.headless=true -DXmx4g -XX:MaxPermSize=128m

maven jdk

2012-10-03 Thread JohnZerbe
quick question. Is there a way to tell Jenkins to invoke maven itself via one jdk version but have maven build a java project with a different jdk? Example: The current version of Maven will not run on jdk 1.4.2, but we have a project for IBM WebSphere 5.1 that requires jdk 1.4.2. I want Maven

Re: no code analysis showing up with my builds

2012-10-03 Thread Ulli Hafner
The analysis plug-ins log their results in the console log. Is there something printed out? E.g. [FINDBUGS] Parsing... Does your build produce the artifacts (e.g. FindBugs results XML file) that are read as input by the plugins? Ulli Am 03.10.2012 um 17:05 schrieb Rob Withers

RE: Jenkins using massive amount of ram

2012-10-03 Thread Mandeville, Rob
How many runs of these builds do you have hanging around? I had this problem before, and it appeared that the results of every build (except for the log files and the artifacts) are held in memory. In my case, I stored the environment of every build I ran and our environments get really big

Perforce plugin and P4TICKET variable

2012-10-03 Thread Richard J
Our Perforce server is set at security level 3 and the build scripts need to use the P4TICKET variable to perform a checkin. It seems that the P4TICKET variable is only available when the plugin tries to communicate with Perforce, fails and then does a login. So, in order to guarantee that the

Re: no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
There are no logs for analysis tools in the console log. Rob -Original Message- From: Ulli Hafner Sent: Wednesday, October 03, 2012 12:47 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds The analysis plug-ins log their results in the

Re: Jenkins using massive amount of ram

2012-10-03 Thread Ben Erridge
Rob Thanks discarding old builds seems to have done it. On Wednesday, October 3, 2012 12:51:23 PM UTC-4, Mandeville, Rob wrote: How many runs of these builds do you have hanging around? I had this problem before, and it appeared that the results of every build (except for the log files

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-03 Thread Les Mikesell
On Tue, Oct 2, 2012 at 11:16 AM, zperry zack.pe...@sbcglobal.net wrote: I don't really see how that practice relates to a web service intended for both remote and local use from multiple users. The remote api does the same things as the regular http interface.It could work, of course, but

RSS feed for build results doesn't show In-progress builds

2012-10-03 Thread suresh palaniandy
Hi, I'm trying to obtain the RSS feed for the Jenkins build results. It shows the stable, failed and aborted builds. But, it doesn't show the currently In-Progress build. I just want to know whether my job has currently got any In-Progress builds. My build time takes around 3 mins. Any help

Re: MVN multi-module dependencies build - by a SVN hook

2012-10-03 Thread joantune
Any ideas/opinions? On Thursday, September 27, 2012 6:06:21 PM UTC+1, joantune wrote: Hi community! First of all, thanks for having developed (those of you that can relate) and given support to this awesome tool that is Jenkins. So, we have been using jenkins for a bit here at work. We

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-03 Thread Les Mikesell
On Tue, Oct 2, 2012 at 12:25 PM, zperry zack.pe...@sbcglobal.net wrote: Hi Les, Finally, the first sentence in Distributed builds wiki and the list from Kohsuke Kawaguchi started making sense to me. Thank you once more for sharing your experience. Regarding the list (shown below, and

Re: Jenkins using massive amount of ram

2012-10-03 Thread Baptiste MATHUS
By the way, you don't want to keep that behaviour in mind too long (I mean, loading everything in memory). Thanks to Kohsuke, Jenkins is actually now gonna lazy-load build results: see https://groups.google.com/forum/#!msg/jenkinsci-dev/ri5E9LW2kDo/G3NMc65rWpcJ . It's already in the trunk, so it

Re: force a a job run on every node

2012-10-03 Thread Slide
You may want the node-label plugin. On Wed, Oct 3, 2012 at 2:21 PM, phil swenson phil.swen...@gmail.com wrote: trying a multi-configuration build now. think this will give me what i want On Wed, Oct 3, 2012 at 2:54 PM, phil swenson phil.swen...@gmail.com wrote: I'm using gradle and

Re: force a a job run on every node

2012-10-03 Thread phil swenson
well, it's not running on every node. I kick off a job and it only goes to one node. so still stuck…. On Wed, Oct 3, 2012 at 3:21 PM, phil swenson phil.swen...@gmail.com wrote: trying a multi-configuration build now. think this will give me what i want On Wed, Oct 3, 2012 at 2:54 PM, phil

Re: force a a job run on every node

2012-10-03 Thread Richard Lavoie
Matrix build should let you run a job multiple times and iirc there is aplugin to add a node label axis (might be node label plugin) On 2012-10-03, at 17:26, phil swenson phil.swen...@gmail.com wrote: well, it's not running on every node. I kick off a job and it only goes to one node.

Re: no code analysis showing up with my builds

2012-10-03 Thread Ulli Hafner
Is there a Findbugs action in your job's config.xml file? Ulli Am 03.10.2012 um 19:00 schrieb Rob Withers reefed...@gmail.com: There are no logs for analysis tools in the console log. Rob -Original Message- From: Ulli Hafner Sent: Wednesday, October 03, 2012 12:47 PM To:

Re: force a a job run on every node

2012-10-03 Thread phil swenson
Just got it going. I switched from using labels in the Configuration Matrix to Individual Nodes and it works. Not sure why, but I'm happy On Wed, Oct 3, 2012 at 3:46 PM, Richard Lavoie lavoie.rich...@gmail.com wrote: Matrix build should let you run a job multiple times and iirc there is

Re: no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
Tchuss Ulli, I have reporters, but no actions, if those are a separate section of the xml. This is coming from the config.xml inside the jobs directory, and then inside my project directory. Here is the reporters section... Danke, Rob reporters

Re: no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
Oops, I just saw that I have 2 config.xml files in my project. One is here: C:\software\Jenkins\jobs\murmur-events The other is here: C:\software\Jenkins\jobs\murmur-events\modules\murmur-events$murmur-events The one inside the modules directory does not have the analysis reporters section.