I have a remote Oracle SQL server with scripts updated in a git repository. I am trying to use Jenkins to run a job pull down the updated scripts after each commit and then connect to the Oracle SQL server and then run the scripts and then send out an email with a response. I have the email part down but I am having trouble figuring out how to do this or if it's possible. I'm not locked into Jenkins for this tasks so would be willing to use some other free service.
Currently I having issues connecting to the database and figuring out how to actually pull the updated scripts from the git repository