作为 CruiseControl.NET 构建的一部分点击 URL?

发布于 2024-08-09 07:41:48 字数 227 浏览 2 评论 0原文

CruiseControl.net 新手问题:在构建/部署网站之后,我想调用服务器上的特定 URL。我不需要从结果页面返回任何内容,只需要请求它来使事情发生。

我可以创建一个条目来使用 URL 作为参数来启动 IE,但我不想在服务器上实际运行 IE - 我只想调用 URL。

有 Windows shell 命令可以做到这一点吗?或者,是否有特定于 CruiseControl.net 的方法来访问 URL?

CruiseControl.net newbie question: Following a build/deploy of a website, I'd like to invoke a specific URL on the server. I don't need anything back from the resulting page, just need to request it to make something happen.

I could create an entry to to fire up IE with the URL as an argument, but I don't want to actually run IE on the server - I just want to invoke the URL.

Is there a Windows shell command to do that? Or, is there a CruiseControl.net-specific way to hit a URL?

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

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

发布评论

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

评论(1

写给空气的情书 2024-08-16 07:41:48

您可以使用 wget(命令行浏览器)来完成此操作。

http://gnuwin32.sourceforge.net/packages/wget.htm

you can use wget, a command line browser to accomplish this.

http://gnuwin32.sourceforge.net/packages/wget.htm

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