Search code examples
.netjenkinssql-server-data-tools

Jenkins - Steps after build


I am new to Jenkins. I managed to build my .Net solution and SQL (SSDT) solution using Jenkins. It produces a bin folder (with required dlls, exes and dacpac files).

I would like to store my build with a version number and deploy the version to selected app server.

How can I achieve this? Is there a good article explaining how to do this?


Solution

  • Maybe you should store the result in a binary repository like Sonatype Nexus. On their website they show how you can use Nexus for your articats lifecycle managment.