Re: Jenkins Plug-in

2012-06-04 Thread Lamar Williams
Hey Folks, Only 11 days remain to sign up for the plug-in contest. Looking forward to seeing the final results of what you come up with! Here is the link to register: http://register.sourcesquare.org Lamar On Thu, May 31, 2012 at 9:55 AM, Lamar Williams wrote: > Hey! Just wanted to make sure

(new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
Hello all, I've just read the "official" jenkins book which gave me some ideas, but I wanted to flesh out my ideas before I start configuring. We have a relatively complex system which looks like this: // old code bases, actively used elsewhere, but not actively changed A <- svn repo, updated i

Clover Plug-in, Statement Coverage is always 0.

2012-06-04 Thread Paul Schwann
Hi there! I am using the clover plugin along with google's bullshtml to create a test coverage report in Jenkins out of my Bullseye Coverage data. It works very nice, the data are shown and in snyc with what Bullseye's own browser shows. There is one little detail though: Clover shows Condition

Jenkins mixes up the test results when the same test case has been launched (the same name) several times in a run

2012-06-04 Thread mcornic
Hi everybody, My jobs launch non-regression tests (Selenium). XML reports are generated by Ant, on a slave. These XML files are well-formed and consistent. Jenkins gets the reports and creates tables with test results. However, Jenkins mixes up the test results when the same test case has been

Emails when builds

2012-06-04 Thread Manuel Dahmen
Hello, I've seen in the Jenkins interface that there is an option to send emails when a project builds. Is there a log of the email sent? I can't see any trace in the output log. I'd also want to customize the format of the mail. http://java.net/projects/emptycanvas/ -- *Monsieur Manuel Dahmen*

RE: Emails when builds

2012-06-04 Thread Alex Earl
You probably want the email-ext plugin which has richtext email options. Sent from my Windows Phone -- From: Manuel Dahmen Sent: 6/4/2012 4:48 AM To: jenkinsci-users@googlegroups.com Subject: Emails when builds Hello, I've seen in the Jenkins interface that there is a

Aumatically building from master but having an option to manually build a specific branch?

2012-06-04 Thread Roshan Dawrani
Hi, I am using Jenkins 1.461 and investigating an issue that Jenkins picks up for us the wrong revision to build, when it scans multiple branches that we have in our "git" repository. The Jenkins job is currently defined as: ==

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 6:23 AM, Bram de Jong wrote: >> > My initial guess on how to solve this: > * put each of the repo's in a job that *only fetches* the repo into a > shared directory and doesn't do anything else. I'd think in terms of jobs that build components and applications, not so much i

Re: Oracle Functional

2012-06-04 Thread Andrew Melo
Can an admin please block him? On Mon, Jun 4, 2012 at 10:16 AM, shiva Panzer < shivapanzersolution...@gmail.com> wrote: > Please let me know if you are interested in this requirement. If yes, > kindly send us your resume along with contact information. If you are not > looking for new projects, p

RE: Oracle Functional

2012-06-04 Thread Ken Beal
Hi Shiv, Some people on this open, useful mailing list record the people and organizations which are abusing the list, and choose to never use the products or services offered by these individuals and companies in the future. They also talk to others about these abuses. I read this list fo

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
>> My initial guess on how to solve this: >> * put each of the repo's in a job that *only fetches* the repo into a >> shared directory and doesn't do anything else. > > I'd think in terms of jobs that build components and applications, not > so much in relationships to repositories. The problem is

Loggers for user configs/timeout issue

2012-06-04 Thread Wolfie Wunderlich
Hello Jenkins community, I'm running into some issues with the web config of certain users. Requests to /users/USERNAME/configure return a 500 error. Which loggers will I need to enable to get details on what's causing the errors? Regards, WW

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
On Mon, Jun 4, 2012 at 5:27 PM, Bram de Jong wrote: >>> My initial guess on how to solve this: >>> * put each of the repo's in a job that *only fetches* the repo into a >>> shared directory and doesn't do anything else. >> >> I'd think in terms of jobs that build components and applications, not >

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Slide
On Mon, Jun 4, 2012 at 9:13 AM, Bram de Jong wrote: > On Mon, Jun 4, 2012 at 5:27 PM, Bram de Jong > wrote: My initial guess on how to solve this: * put each of the repo's in a job that *only fetches* the repo into a shared directory and doesn't do anything else. >>> >>> I'd think

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 10:27 AM, Bram de Jong wrote: >> >> I'd think in terms of jobs that build components and applications, not >> so much in relationships to repositories. > > The problem is that this would mean 100 different jobs that all do the > same thing (i.e. update 5 repositories - one o

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
On Mon, Jun 4, 2012 at 6:16 PM, Slide wrote: > No, we have a similar situation. I have a job that does the checkout > and then set the workspace for each of the other jobs to the place > where the SCM job checked the code out to and do the actual builds. Aha, and could you perhaps give me an idea

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 11:13 AM, Bram de Jong wrote: > > > I suppose the gist of my question is: > If I have 50 different applications that are all sitting in the same > repository, and I want each of these applications to build separately > as a job, do I really need to do 50 different checkouts

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Slide
On Mon, Jun 4, 2012 at 9:22 AM, Bram de Jong wrote: > On Mon, Jun 4, 2012 at 6:16 PM, Slide wrote: >> No, we have a similar situation. I have a job that does the checkout >> and then set the workspace for each of the other jobs to the place >> where the SCM job checked the code out to and do the

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
On Mon, Jun 4, 2012 at 6:18 PM, Les Mikesell wrote: >> I suppose the gist of my question is: >> If I have 50 different applications that are all sitting in the same >> repository, and I want each of these applications to build separately >> as a job, do I really need to do 50 different checkouts o

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 11:48 AM, Bram de Jong wrote: > > If you'd go back to my first email and substitute "repository" by > "trunk" maybe my emails make more sense? > Our apps don't need the full repositories, they just need the trunk/master. > But still, the rest of my email(s) stay the same: we

Solution

2012-06-04 Thread Tapo
We do not have any build automation techniques yet, and rely on ant manual builds. We want to move towards automation though but not with too much of re-engineering. Instead of reinventing the wheel, we want to use the Execute the Batch Commands and call the ant commands from there. I can manu

Paths to logs for log4j

2012-06-04 Thread fnick
Hello! I'm getting this message followed by a stack trace, when I start my build: log4j:ERROR setFile(null,true) call failed. log4j:ERROR Either File or DatePattern options are not set for appender [default]. Where can I configure this paths? I'm running Jenkins on a Win2003 Server. Thank you

Re: Paths to logs for log4j

2012-06-04 Thread fnick
Further information: Jenkins ver. 1.465 deployed to TomCat 6.0.35, JDK/JRE 1.6.0_24, Maven 3.0.4. -- View this message in context: http://jenkins.361315.n4.nabble.com/Paths-to-logs-for-log4j-tp4630227p4630252.html Sent from the Jenkins users mailing list archive at Nabble.com.

Jenkins mixes up test results when the same test case has been launched (the same name) several times in a run.

2012-06-04 Thread mathieu.cor...@gmail.com
Hi everybody, My jobs launch non-regression tests (Selenium). XML reports are generated by Ant, on a slave. These XML files are well-formed and consistent. Jenkins gets the reports and creates tables with test results. However, Jenkins mixes up the test results when the same test case has been la

Any way to enable auto upgredation notification for Jenkins updation on my Jenkins steup

2012-06-04 Thread joyalbin
Dear all, I had seen in Jenkins, if any updation on the installed plugins, then it will show in the Manage Jenkins->Manage Plugins->Updates. Is there any way to get notification about updations on Jenkins.war on my jenkins setup. Is sombody have any idea on this.. please replay... Thanks in adv

A solution

2012-06-04 Thread Tapo
We do not have any build automation techniques yet, and rely on ant manual builds. We want to move towards automation though but not with too much of re-engineering. Instead of reinventing the wheel, we want to use the Execute the Batch Commands and call the ant commands from there. I can manu

Re: A solution

2012-06-04 Thread Les Mikesell
On Fri, Jun 1, 2012 at 7:44 AM, Tapo wrote: > > Since we have 90 + services , it won’t be feasible to create 90 jobs > manually, so figure out the configuration file J’N uses to store the Job’s , > since all the services follow a pattern , create some sort of script , if we > run that , it should

Re: Aumatically building from master but having an option to manually build a specific branch?

2012-06-04 Thread Roshan Dawrani
Hi, Here is what happens when I am launching my builds manually (correctly picks up the git revision to build) vs when it gets triggered automatically (fails to pick up the correct git revision to build): Any hints please on why it must be picking up the wrong revision to build even though it alr

configuring gradle plugin with jenkins

2012-06-04 Thread phil swenson
We've had a lot of trouble getting Jenkins to recognize the correct JVM when using the gradle plugin. What is the correct approach for getting it to always use the JDK 1.6? The JDK drop down seems to have no effect (what populates the drop down anyway?). Setting JAVA_HOME on the box itself isn't

Re: configuring gradle plugin with jenkins

2012-06-04 Thread phil swenson
think I got it. You configured JDKS under the manage jenkins and select the JDK per job. I'll see if the auto-install stuff works, co-worker tells me that it doesn't. On Mon, Jun 4, 2012 at 12:13 PM, phil swenson wrote: > We've had a lot of trouble getting Jenkins to recognize the correct > JVM

jdk install via jenkins doesn't work???

2012-06-04 Thread phil swenson
I configured Jenkins to be able to install JDKs and get this error when the job kicks off. Ideas? Building remotely on rdvmden20 Installing D:/jenkins/work/tools/jdk6/jdk.exe [jdk6] $ D:/jenkins/work/tools/jdk6/jdk.exe /s '/v/qn REBOOT=ReallySuppress INSTALLDIR=\"D:\jenkins\work\tools\jdk6\" /L \

managing many jobs/nodes - better way than UI

2012-06-04 Thread phil swenson
I am finding it impossible to manage all my jenkins nodes and jobs via the UI. We have 20 nodes and 50 jobs. Suggestions on the best way to deal with this?

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Jacob Robertson
There are plugins like view job filters and configuration slicing that might help.

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 3:51 PM, phil swenson wrote: > I am finding it impossible to manage all my jenkins nodes and jobs via > the UI.  We have 20 nodes and 50 jobs. > > Suggestions on the best way to deal with this? Usually they mostly take care of themselves. What is it that is hard to manage?

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread phil swenson
if i want to make a change to every job, I have to do it 50 times. if i want to make a change to every node, I have to do it 20 times On Mon, Jun 4, 2012 at 4:03 PM, Les Mikesell wrote: > On Mon, Jun 4, 2012 at 3:51 PM, phil swenson wrote: >> I am finding it impossible to manage all my jenkins

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 5:35 PM, phil swenson wrote: > if i want to make a change to every job, I have to do it 50 times. > > if i want to make a change to every node, I have to do it 20 times OK, but those things go away when you get it right and stop making configuration changes. Normally the t

Re: Get summary on test results in jelly report

2012-06-04 Thread Antanina
Thank you, Slide! Now I know the direction I need to dig into :) Will provide with example when my template will be ready, probably this will save time for someone in the future. Best regards, Antanina On Saturday, June 2, 2012 7:25:32 PM UTC+3, slide wrote: > > The whole Jenkins object model is

New guy questions

2012-06-04 Thread louwho
New to CI. Tried Cruisecontrol.net, very hard to figure everything out. Is there a file behind the scenes in Jenkins, like the ccnet.config file in CCnet? I am using this as a service on Windows. We have VB.net and C++ projects. I can use MSBuild for the VB stuff, but msbuild does not work

Parameterized Trigger plugin can't find parameter file when Promoting a build

2012-06-04 Thread clhpoole
Hi, I'm using the Parameterized Trigger plugin as a step when promoting a build with the Promoted Builds plugin. I can trigger a build and specify predefined parameters without any problems.It doesn't work when I specify to get the parameters from a properties file. Has anyone else seen this? Jen

Unable to see Jenkins' verbose mode output

2012-06-04 Thread Roshan Dawrani
Hi, I am using Jenkins 1.461 with "git" plugin 1.1.18 (confirmed using /pluginManager). I have run Tomcat with "-Dhudson.plugins.git.GitSCM.verbose=true", but nowhere in the Jenkins job specific logs I am seeing the verbose output coming from the "git" plugin classes. Could someone please let me

Antwort: New guy questions

2012-06-04 Thread Andreas Schilling
hi there! here are some answers: - there are of course config files for everything behind the scenes in jenkins, but (*cough*) unlike in CC you can nicely configure anything from the UI, so there are rare cases where you need to fiddle with XML or the like. - we are using MSBuild, devenv direc