connect Jenkins to Microsoft SQL Server? connect Jenkins to Microsoft SQL Server? jenkins jenkins

connect Jenkins to Microsoft SQL Server?


It really depends on what you really want to do. If you just want to run a script which connects to the DB and executes the queries using the command line client, you can use the existing "execute shell / batch" build step, or some of the plugins:

You could also try and build your own starting from the basics, Jenkins library plugins