jenkins – 配置文件管理

使用像Drone.io或Jenkins这样的构建系统时,管理配置文件的最佳方法是什么?在Jenkins中,我使用了一个插件,让我创建一些配置文本文件.但是,没有分组.我想知道你们如何管理不同环境的配置文件,如test,stage,prod.

谢谢!

最佳答案 1)见
Config File Provider Plugin

Adds the ability to provide configuration files (i.e., settings.xml
for maven, XML, groovy, custom files, etc.) loaded through the Jenkins
UI which will be copied to the job’s workspace.

2)见Configuration Slicing Plugin

the configuration slicing plugin can handle properties on any
collection, such as slaves, or builds of a project.

点赞