Is there a way to keep Hudson / Jenkins configuration files in source control?

后端 未结 10 803
难免孤独
难免孤独 2020-11-29 15:45

I am new to Hudson / Jenkins and was wondering if there is a way to check in Hudson\'s configuration files to source control.

Ideally I want to be able to click some

10条回答
  •  自闭症患者
    2020-11-29 16:01

    There is a new SCM Sync Configuration plug-in which does exactly what you are looking for.

    SCM Sync Configuration Hudson plugin is aimed at 2 main features :

    • Keep sync'ed your config.xml (and other ressources) hudson files with a SCM repository
    • Track changes (and author) made on every file with commit messages

    I haven't actually tried this yet, but it looks promising.

提交回复
热议问题