Specifying reference/stable build for Static Code Analysis Plug-ins together with Gerrit

2013-04-12 Thread Øyvind Harboe
Problem: I would like the Static Code Analysis Plug-ins to report new warnings against the tip of the master branch when building change reviews from Gerrit. The problem is that the latest "stable build" is defined as the last successful build. When using Gerrit together with Jenkins, this is t

checkstyle and analysis.xml takes too much space

2013-04-12 Thread Viktor Konnyu
Hi, My problem is that files generated by static analysis plugins (mainly checkstyle warnings) take up lots of space and they are kept for each build. Is there something I can do about it except for disabling the plugins (and fixing the warnings)? As it stands, for a simple job I end up over

Re: checkstyle and analysis.xml takes too much space

2013-04-12 Thread Ulli Hafner
You scan use the discard builds option (days or number of builds). Ulli Am 12.04.2013 um 12:47 schrieb Viktor Konnyu : > Hi, > > My problem is that files generated by static analysis plugins (mainly > checkstyle warnings) take up lots of space and they are kept for each build. > Is there somet

Re: Slowness in Jenkins

2013-04-12 Thread Subramanya Avadhani
Try upgrading to 1.510, one thing for sure is it is much better in performance compared with older versions. There is still a FTP issue around which you may need to deal with when you restart Jenkins -Subbu On Thu, Apr 11, 2013 at 7:00 PM, aswini.r wrote: > I am running Jenkins v.1.505 in RedHat

Jenkins uses wrong maven command Clean and build

2013-04-12 Thread Peter Ivarsson
Environment Windows 7, JDK 7 update 17, maven 3.0.5, Jenkins maven plugin 1.510, Jenkins 1.510 I am trying use Jenkins to buid a project with maven. Jenkins is using the folowing command: Executing Maven: -B -f C:\Users\piv\Documents\NetBeansProjects\LunchGuide\pom.xml Clean build But mave

Parameterized build - populate drop-down dinamically

2013-04-12 Thread Eduardo Dias
Hi, I am trying to create a parameterized build where one parameter is a drop-down that will be populated by a file content (list of commit hash). Anyone has any tip how I can do it? Regards Eduardo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Re: Slowness in Jenkins

2013-04-12 Thread aswini.r
Hi Subbu, what kind of FTP issue is there in 1.510? -- View this message in context: http://jenkins.361315.n4.nabble.com/Slowness-in-Jenkins-tp4662449p4662580.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Go

Re: Slowness in Jenkins

2013-04-12 Thread aswini.r
Yes, The artifacts for some jobs will be around 1GB(around 10% of the jobs) and for the remaining it will be around 500-600MB. There are nearly 150 jobs in the server. There are 16 slaves tied to the master, but not all the slaves share the load. Currently more than 80% of the jobs are processed by

Job disappears after completion

2013-04-12 Thread eric.wood
I have a job which is the anchor job on a build pipeline and after it completes, the job disappears. Affects the entire down stream jobs in the pipeline. I get the following error in my tomcat log: SEVERE: Failed Loading job SF_V4.1 java.lang.NullPointerException at hudson.model.AbstractB

RE: Slowness in Jenkins

2013-04-12 Thread aswini.r
Hi, this is the linux server details Red Hat Enterprise Linux ES release 4 (Nahant Update 4). SVN is installed on another linux server and the repository is in a database, not flat file storage system. Its version is 1.7.6 -- View this message in context: http://jenkins.361315.n4.nabble.com/Sl

Re: Slowness in Jenkins

2013-04-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Are these single-file artifacts, or directory trees with lots of files in them? Archiving large numbers of files in a job makes Jenkins very, very slow. I worked around this by having my job create an archive itself of the artifacts, and then sending that archive to Jenkins to store. This means

Publish JUnit results in Maven 2/3 build

2013-04-12 Thread Michael Hüttermann
Hello, having a Maven 2/3 build job, how/where can I configure *additional* JUnit test result files to be picked up and published by Jenkins, after the build? My freestyle build has a post build action where I can add inclusion paths, but how to proceed with a Maven build job? Thank you. Mich

Re: Fingerprint system understanding

2013-04-12 Thread Jonathan Piron
Hi, Thanks for your answer but it didn't solve my issue. Here is what I tried : - erase the 4 jobs : daily.TOP, nightly.TOP, daily.BOTTOM and nightly.BOTTOM; - recreate them, all configured to perform a deploy; - configured the daily.TOP job to be build when a dependency is build

Re: Store build meta data in a db

2013-04-12 Thread Ipoo Doh
Thanks, we do have a valid reason for storing data in the db, we will create a build step with groovy plugin to specifically put some the data into the db On Tue, Apr 9, 2013 at 6:38 PM, Les Mikesell wrote: > On Tue, Apr 9, 2013 at 5:32 PM, Ipoo Doh wrote: > > Problem: > > I want to store buil

Terminal plugin timeout

2013-04-12 Thread zenox paradox
I have the terminal plugin install and try to run the code "gem install calabash-android", the system waits for a second and returns with the code "[JENKINS TERMINAL] ERROR: Time out". the sudo command doesn't return anything. After the sudo command the "gem list c" doest not show that the gem

noob question starting a new project

2013-04-12 Thread Mwarne
Hello, Is it possible to have Jenkins simply check out the HEAD of our SVN repository. When I try to create a new project, it seems that it is downloading all branches -- everything for many years back. Can't I just start a project using what is in the HEAD? Or does it have to load all bra

Re: noob question starting a new project

2013-04-12 Thread Les Mikesell
On Fri, Apr 12, 2013 at 2:52 PM, Mwarne wrote: > Hello, > > Is it possible to have Jenkins simply check out the HEAD of our SVN > repository. > > When I try to create a new project, it seems that it is downloading all > branches -- everything for many years back. > > Can't I just start a project u

SVN Merge Plugin - quick question

2013-04-12 Thread zw
Hi All We like to learn to use SVN Merge Plugin in Jenkins. We have Trunk A, branches B and C. We like to merge changes in B, C to A continuously Would someone share some notes how we can configure in Jenkins for it ? Thanks all. Sincerely -- You received this message because you are subscribe

Jigomerge plugin - quick question

2013-04-12 Thread zw
Hi All We like to learn to use Jigomerge Plugin in Jenkins for our SVN. We have Trunk A, branches B and C. We like to merge changes in B, C to A continuously Would someone also share some notes how we can configure it in Jenkins? Thanks all. Sincerely -- You received this message because you

Re: Store build meta data in a db

2013-04-12 Thread JonathanRRogers
On Friday, April 12, 2013 12:02:48 PM UTC-4, Ipoo Doh wrote: > > Thanks, we do have a valid reason for storing data in the db, we will > create a build step with groovy plugin to specifically put some the data > into the db > > Another approach is to use an external program to extract build data

Re: Store build meta data in a db

2013-04-12 Thread H3llGhost
Am 12.04.2013 22:23, schrieb JonathanRRogers: On Friday, April 12, 2013 12:02:48 PM UTC-4, Ipoo Doh wrote: Thanks, we do have a valid reason for storing data in the db, we will create a build step with groovy plugin to specifically put some the data into the db Another approach is

Re: Store build meta data in a db

2013-04-12 Thread Jonathan Rogers
H3llGhost wrote: > Am 12.04.2013 22:23, schrieb JonathanRRogers: >> On Friday, April 12, 2013 12:02:48 PM UTC-4, Ipoo Doh wrote: >> >> Thanks, we do have a valid reason for storing data in the db, we >> will create a build step with groovy plugin to specifically put >> some the data int

Re: Store build meta data in a db

2013-04-12 Thread Slide
You could possibly do something with [1] slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Database+Plugin On Fri, Apr 12, 2013 at 1:35 PM, Jonathan Rogers wrote: > H3llGhost wrote: > > Am 12.04.2013 22:23, schrieb JonathanRRogers: > >> On Friday, April 12, 2013 12:02:48 PM UTC-4, Ipoo Doh

Re: Store build meta data in a db

2013-04-12 Thread Jonathan Rogers
Slide wrote: > You could possibly do something with [1] > > slide > > 1 - https://wiki.jenkins-ci.org/display/JENKINS/Database+Plugin > I'm sure I could do something with it. I probably would have done something with it if I wanted to write a bunch of Java. As it turned out, I was able to accompli