詹金斯/哈德森没有建造
我正在尝试设置 Jenkins 构建服务器,但是构建似乎没有运行“构建”部分中的任何构建任务。
我一直在尝试使用 msbuild 以及一个简单的 shell 脚本,但是每次我进行构建时,它既不运行步骤也不抛出异常。
每个输出看起来都是这样的:
Started by user anonymous
Finished: SUCCESS
服务器日志也没有显示任何可疑的内容。
我想知道是否有其他人遇到过这种情况,或者对如何调试它有任何想法?
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.
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.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的构建可能是没有轴的矩阵构建。如果作业配置页面上的任何位置显示“配置矩阵”,则这是一个矩阵作业。选择“构建自由式软件项目”选项创建另一个作业。
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. Create another job choosing 'Build a free-style software project' option.