Re: Jenkins Database

2014-05-19 Thread Hajarita Bm
thank u for your answer Nux i found this link,it is the same thing I'm looking for but I do not know how it works. https://github.com/codevise/jenkins-mysql-job-databases-plugin Best regards, HAJAR -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Jenkins Database

2014-05-19 Thread Maciej Jaros
Hajarita Bm (2014-05-19 11:03): Hey, thank for your answer Richard I use the phing script to copy mysql database from a directory to another so how can I configure jenkins to ensure the database exists when the work is done for not crush files. Seems unrelated to Jenkins. You can use mysql

Re: Jenkins Database

2014-05-19 Thread Hajarita Bm
I really need your help can anyone help me please? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more optio

Re: Jenkins Database

2014-05-19 Thread Hajarita Bm
Hey, thank for your answer Richard I use the phing script to copy mysql database from a directory to another so how can I configure jenkins to ensure the database exists when the work is done for not crush files. Best regards, -- You received this message because you are subscribed to the G

Re: Jenkins Database

2014-05-19 Thread Richard Bywater
You might need to provide a bit of background in order for the group to assist - for starters, which database are you referring to? Richard. On Mon, May 19, 2014 at 8:25 PM, Hajarita Bm wrote: > Heyyy, > > > How can i check if my database already exists in jenkins?!! > > > Best regards > > --

Jenkins Database

2014-05-19 Thread Hajarita Bm
Heyyy, How can i check if my database already exists in jenkins?!! Best regards -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-17 Thread Michael Barbine
quot; Date:12/17/2013 1:37 AM (GMT-05:00) To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins - database backend or separate database for reporting (Sonar?) SQLServer, a database for Window only, is something you want to use with Jenkins? Yikes!!!   From: Michael Barbine Reply-To: &

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-16 Thread Indra Gunawan (ingunawa)
ups.com>> Date: Monday, December 16, 2013 8:37 AM To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Subject: Re: Jenkins - database backend or separate database for reporting (Sonar?) https://github.co

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Monday, November 14, 2011 4:56:50 PM UTC-5, gboissinot wrote: > > Which metrics tools do you use? > > Sonar provides some plugins to support Java, C/C++, C# and so on. These > plugins run the metric tool (run step) and record metrics results in Sonar > da

Re: Jenkins Database Envy - is it just me?

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Friday, October 12, 2012 11:39:41 AM UTC-4, Mandeville, Rob wrote: > > I’ve been using Jenkins for a couple of years (starting back before the > Hudson/Jenkins fork) and it has saved my career on several occasions. > However, I’m getting some database e

Re: Suggestions for CI with Jenkins & Database

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Sunday, November 20, 2011 3:46:13 AM UTC-5, julio wrote: > > Hi all, > > we are starting our development project for the first time with > Jenkins, and we planned to manage the Database-CI in this way: > > 1) every single developer has own database schema+d

RE: Jenkins Database

2013-12-11 Thread Matthew.Webber
Of Michael Barbine Sent: 08 December 2013 19:30 To: jenkinsci-users@googlegroups.com Subject: Jenkins Database Hello, I wrote a series of scripts and database stored procedures that crawl the XML API and dynamically toss the data into various tables. It is not dependent on the configuration of

Jenkins Database

2013-12-08 Thread Michael Barbine
Hello, I wrote a series of scripts and database stored procedures that crawl the XML API and dynamically toss the data into various tables. It is not dependent on the configuration of Jenkins and works very well. Anyone have a use for this? The implementation is very straight forward and I'd

Re: Jenkins Database Envy - is it just me?

2012-10-12 Thread Marek Gimza
My thoughts on the discussion I have also tried to work with Jenkins which have the same requirement: "I want to be able to read from and write to the database of builds and build results without HTTPing through the server. I’d also like to not have everything in core all the time" Though, d

Re: Jenkins Database Envy - is it just me?

2012-10-12 Thread Les Mikesell
On Fri, Oct 12, 2012 at 10:39 AM, Mandeville, Rob wrote: > I’ve been using Jenkins for a couple of years (starting back before the > Hudson/Jenkins fork) and it has saved my career on several occasions. > However, I’m getting some database envy. I want to be able to read from and > write to the d

Jenkins Database Envy - is it just me?

2012-10-12 Thread Mandeville, Rob
I've been using Jenkins for a couple of years (starting back before the Hudson/Jenkins fork) and it has saved my career on several occasions. However, I'm getting some database envy. I want to be able to read from and write to the database of builds and build results without HTTPing through th