-
Bug
-
Resolution: Duplicate
-
Blocker
-
I install Jenkins on redhat, install msbuild plugin 1.24, when I integrate a .net project on github. I set the "Path to msbuild" as C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe.
I got this error:
FATAL: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe doesn't exist
I read other fixed issue, it said it was fixed by version 1.5. But I switch version 1.5, got same error. Don't know why show this error again.I install Jenkins on redhat, install msbuild plugin 1.24, when I integrate a .net project on github. I set the "Path to msbuild" as C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe. I got this error: FATAL: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe doesn't exist I read other fixed issue, it said it was fixed by version 1.5. But I switch version 1.5, got same error. Don't know why show this error again.
Here is "Console Output" detail:
Started by user anonymous
Building in workspace /root/.jenkins/jobs/youda/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/awenhu/youda.git # timeout=10
Fetching upstream changes from https://github.com/awenhu/youda.git
> git --version # timeout=10
Setting http proxy: web-proxy.corp.hp.com:8080
> git fetch --tags --progress https://github.com/awenhu/youda.git +refs/heads/:refs/remotes/origin/
> git rev-parse refs/remotes/origin/master^
> git rev-parse refs/remotes/origin/origin/master^{commit}
# timeout=10
Checking out Revision 81a7c4d488a3b6b5c7c391db962fa2b7a4b024a5 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 81a7c4d488a3b6b5c7c391db962fa2b7a4b024a5
> git rev-list 81a7c4d488a3b6b5c7c391db962fa2b7a4b024a5 # timeout=10
FATAL: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe doesn't exist
Build step 'Build a Visual Studio project or solution using MSBuild' marked build as failure
Finished: FAILURE