Creating a MySQL instance on Cloudbees Jenkins for running tests -
we using jenkins hosted on cloudbees building our github hosted code base. run integration test pipeline each build. that, need create mysql db before running integration tests on jenkins. there easy way create mysql db part of job in jenkins, on cloudbees?
please @ cloudbees dev@cloud mysql guide.
it covers configuring , starting mysql server runs inside build process.
a persistent mysql server typically more troublesome need clear out tables prior each test run.
Comments
Post a Comment