作为 CruiseControl.NET 构建的一部分点击 URL?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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