詹金斯/哈德森没有建造

发布于 2025-01-08 08:02:41 字数 282 浏览 0 评论 0原文

我正在尝试设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

顾冷 2025-01-15 08:02:41

您的构建可能是没有轴的矩阵构建。如果作业配置页面上的任何位置显示“配置矩阵”,则这是一个矩阵作业。选择“构建自由式软件项目”选项创建另一个作业。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文