Re: Jenkins with a DB?

2020-06-27 Thread Yogesh Harsh
Hello Michael, I am looking out for this solution as well, will you be able to help ? I want to get Jenkins jobs' data exported to a DB and then run some analytics through R. Thank you in advance, please let me know. Yogesh On Tuesday, February 19, 2019 at 9:56:46 AM UTC+5:30, Michael

Re: Jenkins with a DB?

2019-02-18 Thread Michael Barbine
I have some solutions to this depending on what you are trying to do and would be happy to help. Feel free to send me an email with "Jenkins Question" in the subject and I we can chat. barbine.mich...@gmail.com On Friday, June 28, 2013 at 4:14:46 PM UTC-4, Michael Barbine wrote: > > Hello!

Re: Jenkins with a DB?

2017-01-10 Thread David Karr
On Tue, Jan 10, 2017 at 9:00 PM, Gauthami Thyagrajan wrote: > HI Veena, > > Even i am trying to do the same. Have you got any solution for this? > > If you got can u please let me know. > > Thanks, > Gauthami T > > On Monday, October 12, 2015 at 8:29:06 PM UTC+5:30,

Re: Jenkins with a DB?

2017-01-10 Thread Gauthami Thyagrajan
HI Veena, Even i am trying to do the same. Have you got any solution for this? If you got can u please let me know. Thanks, Gauthami T On Monday, October 12, 2015 at 8:29:06 PM UTC+5:30, MV wrote: > > > Hi Jonathan, >>> >> > I am looking for ways to extract code coverage details from the

Re: Jenkins working with DB

2016-09-06 Thread Виталий Фёдоров
Greetings again, Thank you for your answer, it is really helpful. I didnt get only 1 thing: what code should I get from git and where to deploy it? I mean, what should be in the git repo, some sort of sql files? I need to create the simplest job, at least, for the beginning. Also, I need to

Re: Jenkins working with DB

2016-09-02 Thread Rachel
Hi, I evaluated Sqitch months ago and I think you can try to update databases from Jenkins, because of these reasons: - Jenkins includes Git Plugin to download code from Git repository. - Sqitch is based on shell commands and Jenkins includes possibility of writing them: Build >

Re: Jenkins with a DB?

2015-10-12 Thread barbine.michael
From: MV <manasa.rap...@gmail.com> Date: 10/12/2015 9:59 AM (GMT-06:00) To: Jenkins Users <jenkinsci-users@googlegroups.com> Subject: Re: Jenkins with a DB? Hi Jonathan, I am looking for ways to extract code coverage details from the jenkins jobs latest build information (

Re: Jenkins with a DB?

2015-10-12 Thread MV
> Hi Jonathan, >> > I am looking for ways to extract code coverage details from the jenkins jobs latest build information (recent 10-15 builds) and export this data into MySql database to use in various tasks. Your work resembles quite similar to me. Could you please give some insight on

Re: Jenkins with a DB?

2015-07-17 Thread barbine.michael
: 07/17/2015 6:59 AM (GMT-05:00) To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins with a DB? Michael,Thank you so much.Let me know when you get time. On Thursday, 16 July 2015 20:41:08 UTC+5:30, Michael Barbine wrote: I've done this and can help thus weekend  Sent on the new

Re: Jenkins with a DB?

2015-07-17 Thread ankit chandak
...@gmail.com javascript: Date: 07/16/2015 11:07 AM (GMT-05:00) To: jenkins...@googlegroups.com javascript: Subject: Re: Jenkins with a DB? I want to extract Data from Jenkins for Builds and Job.Is there any way plugin or way from which I can build Database Schema by extracting jenkins

Re: Jenkins with a DB?

2015-07-17 Thread Ankit Kumar
I am from India. Indian Standard Time is 9 hours and 30 minutes ahead of Eastern Time. I will be available tomorrow morning your time,just let me know what is the best time suited for you. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Re: Jenkins with a DB?

2015-07-16 Thread Ankit Kumar
I want to extract Data from Jenkins for Builds and Job.Is there any way plugin or way from which I can build Database Schema by extracting jenkins data? On Thursday, July 11, 2013 at 2:59:05 AM UTC+5:30, JonathanRRogers wrote: On Friday, June 28, 2013 4:14:46 PM UTC-4, Michael Barbine

Re: Jenkins with a DB?

2015-07-16 Thread barbine.michael
I've done this and can help thus weekend  Sent on the new Sprint Network from my Samsung Galaxy S®4 Original message From: Ankit Kumar leelma.an...@gmail.com Date: 07/16/2015 11:07 AM (GMT-05:00) To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins with a DB

Re: Jenkins with a DB?

2013-07-10 Thread JonathanRRogers
On Friday, June 28, 2013 4:14:46 PM UTC-4, Michael Barbine wrote: Hello! I'm looking for some input on a proven way to put all of the data contained in the Jenkins XML or API into a RDBMS. Doesn't matter which one... I can move it around later. What do you mean by all the data? More

Re: Jenkins with a DB?

2013-07-10 Thread JonathanRRogers
On Sunday, June 30, 2013 5:57:30 PM UTC-4, R Tyler Croy wrote: On Fri, 28 Jun 2013, Michael Barbine wrote: Hello! I'm looking for some input on a proven way to put all of the data contained in the Jenkins XML or API into a RDBMS. Doesn't matter which one... I can move it

Re: Jenkins with a DB?

2013-07-10 Thread Ballantyne, Bob
This sounds remarkably similar to a task on my current 'to-do' list. Even the PostgresQL db and the analysts use case. I had intended using Groovy. Any chance if posting this somewhere on the Jenkins plugin site, or on Scriptler? I'm sure there are probably many others who would be VERY

Re: Jenkins with a DB?

2013-07-10 Thread Jonathan Rogers
Yes, I'm quite willing to share the simple script I wrote. Keep in mind that it is not a general solution, but addressed my needs in a very specific Jenkins setup. The Python script relies on the psycopg2 library to talk to Postgres and the jenkinsapi package to talk to Jenkins. Put all attached

Re: Jenkins with a DB?

2013-06-30 Thread R. Tyler Croy
On Fri, 28 Jun 2013, Michael Barbine wrote: Hello! I'm looking for some input on a proven way to put all of the data contained in the Jenkins XML or API into a RDBMS. Doesn't matter which one... I can move it around later. I found some plugins on the Jenkins site - any input on