自动回复“是”为了“圣杯战争”在哈德逊
我们正在使用“grails war”来构建对 hudson 的战争,然后将另一项工作部署到我们的测试环境。
问题在于,当“grails war”遇到插件升级时,它会不断要求用户升级某些插件。
有没有办法对所有用户输入响应“y”?
我尝试过 --non-interactive 但这似乎没有任何作用。
We're using 'grails war' to build a war on hudson then another job to deploy to our test environment.
The problem is that when the 'grails war' encounters a plugin upgrade, it will continuously ask the user to upgrade certain plugins.
Is there a way to respond 'y' on all user input?
I tried --non-interactive but that seems to do nothing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要在“目标”文本字段中的运行目标周围加上引号:
You may need to put quotes around the run target in the Targets text field:
假设你在 OSX/unix/Linux/cygwin 上。对于您通过管道传送到的程序询问的所有问题,这都回答是。
如果您只想说一次“是”,您可以使用
assuming your on OSX/unix/Linux/cygwin. That answers yes for all questions that the program you pipe it to asks.
if you only want to say yes once, you can use