I am new to Jenkins CI. However the issue looks very easy enough but its not working for me. My source code is in GIT and i am using Git repository for that. I am getting the error below.
Thanks in Advance.
Started by user abc Building on master in workspace /var/lib/jenkins/workspace/Hello World
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url
Fetching upstream changes from
git --version # timeout=10 using .gitcredentials to set credentials git config --local credential.helper store --file=/tmp/git7943155421179786207.credentials # timeout=10 git fetch --tags --progress +refs/heads/:refs/remotes/origin/ git config --local --remove-section credential # timeout=10 git rev-parse refs/remotes/origin/master^{commit} # timeout=10 git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 833228fa50173e7977b4d5ee86c1385b5c6494be (refs/remotes/origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 833228fa50173e7977b4d5ee86c1385b5c6494be git rev-list 833228fa50173e7977b4d5ee86c1385b5c6494be # timeout=10 Path To MSBuild.exe: msbuild.exe Executing the command msbuild.exe NimbusAutomation.sln from /var/lib/jenkins/workspace/Hello World [Hello World] $ msbuild.exe ABCAutomation.sln Build step 'Build a Visual Studio project or solution using MSBuild' changed build result to FAILURE Build step 'Build a Visual Studio project or solution using MSBuild' marked build as failure Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped Finished: FAILURE