automation of database creation in cento

Posted on September 7, 2017
creating a job to automate creating database on a linux server•A Jenkins job should take minimal parameters.•It should check if the database exists with the same name.oIf not then create it.oIf yes then exit out with meaningful messages.•It should be flexible enough to handle minor changes by modify