Yes. That's how I do it. Or I have three jobs: building, deployment, testing.
Migration and dataload is part of the deployment job 25. Aug. 2014 14:38 skrev "Andrew Gray" <[email protected]> følgende: > Thanks David. > > I imagine you have a flywaydb step as part of your build (after the clean > and compile but before selenium test step) that picks up anything > unprocessed in the "migrations" folder. > > Would that be about right? > > Thanks again. > > Cheers, > > Andrew > > > On Monday, 25 August 2014, David Karlsen <[email protected]> wrote: > >> You can use http://flywaydb.org/ - it's not Jenkins specific (which is >> better IMHO) - but you can run it through Jenkins. >> >> >> 2014-08-25 9:05 GMT+02:00 Andrew Gray <[email protected]>: >> >>> Hi All, >>> >>> A question has come up here at work regarding how to handle DDL updates >>> as part of the build. >>> >>> My initial thought was that it would be handled in Visual Studio be >>> enabling Database Migrations and therefore essentially be transparent to >>> Jenkins. >>> >>> Is there a any better way (a plugin I don't know about) to manage this >>> in Jenkins? >>> >>> Regards, >>> >>> Andrew >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> -- >> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
