查找Jenkins的构建输出 [英] Locating build output from Jenkins

查看:565
本文介绍了查找Jenkins的构建输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我安装了Jenkins,并且成功构建了一个VS 2012解决方案。这是伟大的。但是,我找不到构建输出位于哪里?

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?

我假设我在某处缺少某个参数,例如TeamCity中的system.outdir。无论如何,我的文件在哪里!

I assume I'm missing some parameter somewhere, such as system.outdir in TeamCity. Regardless, where are my files!

推荐答案

构建输出位于构建作业放置它们的位置。 Jenkins为每个工作都有一个工作区。默认情况下,此工作空间为:

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%

所以我想你的构建产品是在工作区内的某处。自从你的VC建立以来,我想他们会在那里:

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

这篇关于查找Jenkins的构建输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆