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

后端 未结 10 825
难免孤独
难免孤独 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:11

    I checked in hudson entirely, you could use this as a starting point https://github.com/morkeleb/continuous-delivery-with-hudson

    There are benefits to keeping entire hudson in git. All config changes are logged and you can test the testup quite easily on one machine and then update the other machine(s) using git pull.

    We used this as a boilerplate for our hudson continuous delivery setup at work.

    Regards Morten

提交回复
热议问题