Re: Is there a Jenkins Plug In for this Or Can I Create My Own Or ...

2017-12-10 Thread Stephen Connolly
On Fri 8 Dec 2017 at 12:36, ABostonGal ABostonGal wrote: > I see I can add a freestyle project and add a windows batch file > command... looking into but welcome ideas! > So how can you best test/debug the backup/restore/archive functionality? If you use a Jenkins

Re: Is there a Jenkins Plug In for this Or Can I Create My Own Or ...

2017-12-08 Thread ABostonGal ABostonGal
I see I can add a freestyle project and add a windows batch file command... looking into but welcome ideas! On Thursday, December 7, 2017 at 8:38:39 PM UTC-5, ABostonGal ABostonGal wrote: > > Hi all - wondering if there is or if I could create a Jenkins plugin that > could do database admin

Re: Is there a Jenkins Plug In for this Or Can I Create My Own Or ...

2017-12-07 Thread ABostonGal ABostonGal
I should clarify that when the tests run in Jenkins there is a script that restores the databases when the tests are done using their specific database; however I want something in Jenkins users can use to trigger a batch restore process AND a batch backup and archive process... On Thursday,

Is there a Jenkins Plug In for this Or Can I Create My Own Or ...

2017-12-07 Thread ABostonGal ABostonGal
Hi all - wondering if there is or if I could create a Jenkins plugin that could do database admin tasks such as restore, backup and archive databases? Right now this is a semi-automated process that depends on the user having a Eclipse workspace with the test source code. Also the current