简体   繁体   English

詹金斯/哈德森未建

[英]Jenkins/Hudson not building

I'm trying to set up a Jenkins build server, however the build just doesn't seem to be running any of the build tasks in the 'build' section. 我正在尝试设置Jenkins构建服务器,但是该构建似乎并没有运行“构建”部分中的任何构建任务。

I've been trying to use msbuild, and also a simple shell script, but every time I do a build it neither runs the steps or throws an exception. 我一直在尝试使用msbuild和一个简单的shell脚本,但是每次我进行构建时,它既不运行步骤也不引发异常。

Each output just looks like this: 每个输出如下所示:

Started by user anonymous
Finished: SUCCESS

Also the server log doesn't show anything suspicious. 服务器日志也没有显示任何可疑的内容。

I was wondering if anyone else had encountered this, or had any ideas of how to debug it? 我想知道是否还有其他人遇到过这个问题,或者对如何调试有任何想法?

Your build may be a matrix build without axes. 您的构建可能是没有轴的矩阵构建。 If it says 'Configuration Matrix' anywhere on the job configuration page - that's a matrix job. 如果在作业配置页面上的任何地方都显示“ Configuration Matrix”,则表示是矩阵作业。 Create another job choosing 'Build a free-style software project' option. 选择“建立自由样式的软件项目”选项来创建另一个作业。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM