问题
I have installed Jenkins, and am successfully building a VS 2012 solution. Which is great. However, I cannot find where the build output is located?
I assume I'm missing some parameter somewhere, such as system.outdir in TeamCity. Regardless, where are my files!
回答1:
The build output is located where your build job put them. Jenkins have a workspace for each job. By default this workspace is :
%JENKINS_HOME%\jobs\%jobname%
So I guess your build products are somewhere inside the workspace. Since your building with VC, I guess they will be there:
%JENKINS_HOME%\jobs\%jobname%\bin
来源:https://stackoverflow.com/questions/18897300/locating-build-output-from-jenkins