詹金斯 CI +蚂蚁+ SSH 插件

发布于 2025-01-03 00:57:00 字数 228 浏览 1 评论 0原文

所以我的设置方式是:

  1. Jenkins 轮询存储库上的更改
  2. Jenkins 启动 Ant
  3. Jenkins 使用 SSH 插件在删除服务器上运行脚本(以运行 git pull)

问题是,如果 Ant 失败,Jenkins 仍然会继续前进步骤 3 并处理脚本。

如何让詹金斯在第 2 步之后停止一切?或者有更好的方法来完成我的流程吗?

So the way I have this setup is:

  1. Jenkins Polls for changes on repo
  2. Jenkins Initiates Ant
  3. Jenkins uses SSH plugin to run a script on a remove server (to run a git pull)

The problem is that if Ant fails, Jenkins still moves on to step 3 and processes the script.

How do I make Jenkins just stop everything after step 2? Or is there a better way of doing my process?

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

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

发布评论

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

评论(1

三生路 2025-01-10 00:57:00

我认为我真正需要的是 通过 SSH 发布 。这使您能够将其包含在构建后选项中。

I think what I really needed was Publish Over SSH instead. This enables you to include it in the Post Build Options.

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