1. sharing violation
after following http://programmaticponderings.wordpress.com/2012/08/08/convert-vs-2010-database-project-to-ssdt-and-automate-publis
If you want to build a .NET project using Jenkins, follow these steps:
Install MsBuild Plugin
Go to Jenkins -> Manage Jenkins -> Configure System
(On newer versions: Jenkins -> Manage Jenkins -> Global Tool Configuration -> MSBuild
)
In the MSBuild section click the AddMsBuild button and specify the details:
C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe
Save and apply the changes.
Select your job.
Select Add Build Step.
Select MsBuild version.
Specify the path to the project file (.csproj or .sln)