Hudson 触发 ant bulid

发布于 2024-12-04 11:56:12 字数 101 浏览 3 评论 0原文

我想实现这样的目标,“当我在与 git 关联的 git 存储库 hudson 中签入我的代码时,应该触发 ant 或 maven 构建脚本”任何人都可以帮助我解决这个问题......???

I want to achieve like this ,"when i check-in my code in git repository hudson assosiated with git should trigger ant or maven build scripts " Can any one help me on this...???

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

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

发布评论

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

评论(1

忆悲凉 2024-12-11 11:56:12

那么,您在这方面的努力进展到什么程度了?

  • 你安装哈德森了吗?
  • 你成功让哈德森运行了吗?
  • 您能在网络浏览器中打开 Hudson 吗?
  • 你能配置Hudson吗?
  • 您在 Hudson 为您的项目定义了工作吗?
  • 你有安装git插件吗? 2.10之后的所有版本都应该默认有它。
  • 你让 Hudson 与你的 GIT 存储库对话了吗? Hudson 运行的机器是否可以访问您的存储库?
  • 您以前有过使用 Hudson 或 Jenkins 的经验吗?

考虑到 Hudson 的主要任务是每当存储库中有新版本的项目时就签出并构建项目,这应该不会太困难。

So, how far are you in this endeavor?

  • Have you installed Hudson?
  • Have you managed to get Hudson running?
  • Have you been able to open Hudson up in a web browser?
  • Have you been able to configure Hudson?
  • Do you have a job defined in Hudson for your project?
  • Do you have the GIT plugin installed. It should be there by default in all versions after 2.10.
  • Have you gotten Hudson talking to your GIT repository? Does the machine Hudson is running on have access to your repository?
  • Have you any experience with Hudson or Jenkins before?

Considering Hudson's main task is to checkout and build a project whenever a new version of that project is in the repository, it shouldn't be too difficult.

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