Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ant 构建,它使用一些脚本计算下一个构建号并构建和部署项目。我想在使用刚刚构建的模块版本成功构建后标记源。由于模块版本是自动的,我需要一种机制将该动态值传递回 Jenkins,以便它可以将其用作标签名称。
任何帮助和建议将不胜感激。
不确定这是否对标记有用,但可以使用 EnvIvject Jenkins 插件和 ant <propertyfile> 任务来执行此操作。使用 <propertyfile> 将您希望导出到 Jenkins 的任何 ant 属性输出到文件中。然后使用 EnvInject 插件创建一个构建步骤,将文件中的值作为变量引入 Jenkins。