如何在jenkins中使用属性文件中的环境变量
我希望我的詹金斯工作将使用属性文件中的环境变量。这可能吗?如何实现?
谢谢,奥哈德。
编辑:我希望在从 svn 签出时解析环境变量,这样很少有项目会有相同的修订版。我正在尝试使用建议的解决方案 在这里。
I want that my jenkins job will use env variables from a properties file. is that possible, and how?
Thanks, Ohad.
EDIT: I want environment variables to be resolved when checkout from svn, so that few projects will have the same revision. I am trying to use a solution suggested here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个插件用于此类事情。您可能想看看以下两个。我感觉你要找的就是第二个。
如果您想获得有关它的所有手册,您也可以这样做。
管理 Jenkins ->配置系统->全局选项 ->环境变量
祝你好运!
There are a couple of plugins used for this type of thing. You might want to take a look at the following two. I have feeling the one your looking for is the second one.
If you want to get all manual about it you can also do this.
Manage Jenkins -> Configure System -> Global Options -> Environment variables
Goodluck!