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 underst

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

Jenkins working with DB

2016-08-31 Thread Виталий Фёдоров
Greetings, post my question here, because no information found at all in the net: I have next workflow: 1. User commit code to the git. 2. User use tool sqitch (http://sqitch.org/) (not advertisement) for helping commit sql files. Also this sqitch tracks which sql files need to run before the ot