Hudson - 从奴隶那里捕获日志

发布于 2024-11-18 01:49:28 字数 265 浏览 1 评论 0原文

我配置了 MASTER 和 SLAVE(ssh-slave-plugin)。

我想显示从机在主机上的作业下执行的脚本的输出, 就我所知

Building remotely on SubAgent
Triggering SubAgent
Triggering a new build of XXXX #126
Finished: SUCCESS

,仅此而已。所以整个执行过程都是隐藏的。

有什么办法可以做到这一点吗?

I have MASTER and SLAVE configured (ssh-slave-plugin).

I would like to display output of the slave executed script under job on master,
as so far I get

Building remotely on SubAgent
Triggering SubAgent
Triggering a new build of XXXX #126
Finished: SUCCESS

and that is all. So the whole execution is hidden.

Is there any way to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

幽蝶幻影 2024-11-25 01:49:28

我在 Hudson 上使用相同的主从配置 (ssh),并且所有日志都在 Hudson 接口上可见。
您可能可以检查以下几项内容:

  1. 您使用什么工具来构建(例如,ANT、MAVEN...)。检查执行情况是否正在生成日志
  2. 检查控制台输出[原始]
  3. 管理Hudson>管理节点>选择从属>配置
    • 确保提及“远程 FS 根”。
    • 检查启动方法。我正在通过jnlp连接到我的奴隶(我相信这可能是关键

干杯!

I am using the same master-slave configuration (ssh) on Hudson and all the logs are visible on the Hudson Interface.
There might be a couple of things that you can check:

  1. What tool are you using to build (eg, ANT, MAVEN...). Check the execution if the logs are being produced at all
  2. Check the Console Output [raw]
  3. Manage Hudson > Manage Nodes > Select the Slave > Configure
    • Make Sure that "Remote FS root" is mentioned.
    • Check Launch Method. I am Connecting to my slaves via jnlp (I believe this could be the key)

Cheers!!

夏见 2024-11-25 01:49:28

转到节点,选择节点(或将鼠标悬停在名称上),然后选择构建历史记录。在从节点上运行的作业的日志将在那里。

Go to Nodes, choose the node (or hover on the name) and select Build History. The logs of the job that ran on the slave node will be there.

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