如何在 QuickBuild 中使用 Groovy 从文件读取字符串
我是 QuickBuild 的新手。
我在文本文件中存储了许多不同的版本。
要开始构建过程,我需要从文本文件中检索版本并将它们传递给 shell 脚本。
我的问题是:如何使用 QuickBuild 环境读取文件的内容?
我知道它支持 Groovy、MVEL 和 OGNL 语言,但我对其中任何一种都不熟悉。
提前致谢。
I am new to QuickBuild.
I have a lot of different versions stored in text files.
To start the build process, I need to retrieve the versions from the text files and pass them to a shell script.
My question is: How do I read the contents of a file using the QuickBuild environment?
I know that it supports Groovy, MVEL and OGNL languages but I'm not familiar with any of them.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了解决方案:)
或者
只阅读第一行。
谢谢我:)
I found the solution :)
or
to read the first line only.
Thanks to me :)
一个稍微较短的版本,用于仅读取第一行(不对 EOL 字符做出任何假设):
A slightly shorter version for reading only the first line (which doesn't make any assumption about the EOL character):