Re: Store build meta data in a db

2013-12-16 Thread Michael Barbine
SOLUTION: https://github.com/mbarbine/JenkinsDB On Tuesday, April 9, 2013 6:32:03 PM UTC-4, Ipoo Doh wrote: > > Problem: > I want to store build metadata in a db, things like Job and its build > history details like The build number, time it started, time it ended, > whether it succeeded, where

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

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
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 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 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 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

Re: Store build meta data in a db

2013-04-10 Thread Les Mikesell
On Wed, Apr 10, 2013 at 6:40 AM, Mandeville, Rob wrote: > I'm faced with this same problem, and Jenkins simply doesn't have an answer. > I run a largish build system (60+ development branches with thousands of test > suites each; we're an agile development team for a credit card processor) and

RE: Store build meta data in a db

2013-04-10 Thread Mandeville, Rob
--Rob -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Tuesday, April 09, 2013 9:39 PM To: jenkinsci-users Subject: Re: Store build meta data in a db On Tue, Apr 9, 2013 at 5:32 PM, Ipoo Doh wrote: >

Re: Store build meta data in a db

2013-04-09 Thread Les Mikesell
On Tue, Apr 9, 2013 at 5:32 PM, Ipoo Doh wrote: > Problem: > I want to store build metadata in a db, things like Job and its build > history details like The build number, time it started, time it ended, > whether it succeeded, where the artiifacts are stored, wheather it has been > promoted, its

Store build meta data in a db

2013-04-09 Thread Ipoo Doh
Problem: I want to store build metadata in a db, things like Job and its build history details like The build number, time it started, time it ended, whether it succeeded, where the artiifacts are stored, wheather it has been promoted, its svn tag details, etc... Other tools like our automated