... | ... |
@@ -10,8 +10,9 @@ to change `HEAD`, the default branch), prepares for [integration with a |
10 | 10 |
webserver][] (including acting as a [`git-http-backend`][] replacement, serving |
11 | 11 |
repos without the `.git` suffix, and generating |
12 | 12 |
[`$GIT_DIR`][]`/`[`README.html`][] and [`$GIT_DIR`][]`/`[`description`][] if |
13 |
-[pandoc][] is available), allows [custom local code][], and prepares for [easy |
|
14 |
-usage][`git-multihook`] of [custom local hooks][]. |
|
13 |
+[pandoc][] is available), allows [custom local code][], prepares for [easy |
|
14 |
+usage][`git-multihook`] of [custom local hooks][], and prepares for integration |
|
15 |
+with [Jenkins][]. |
|
15 | 16 |
|
16 | 17 |
[`ansible-role-gitolite`]: https://git.rcrnstn.net/rcrnstn/ansible-role-gitolite |
17 | 18 |
[Ansible]: https://docs.ansible.com/ansible |
... | ... |
@@ -33,6 +34,7 @@ usage][`git-multihook`] of [custom local hooks][]. |
33 | 34 |
[custom local code]: https://gitolite.com/gitolite/non-core.html#using-the-gitolite-admin-repo-to-manage-non-core-code |
34 | 35 |
[`git-multihook`]: https://git.rcrnstn.net/rcrnstn/git-multihook |
35 | 36 |
[custom local hooks]: https://gitolite.com/gitolite/cookbook#adding-other-non-update-hooks |
37 |
+[Jenkins]: https://www.jenkins.io |
|
36 | 38 |
|
37 | 39 |
## Try out |
38 | 40 |
|
... | ... |
@@ -10,6 +10,7 @@ gitolite_deps_git_multihook: |
10 | 10 |
gitolite_deps_post_receive: |
11 | 11 |
- "https://git.rcrnstn.net/rcrnstn/git-hook-pandoc-readme" |
12 | 12 |
- "https://git.rcrnstn.net/rcrnstn/git-hook-pandoc-description" |
13 |
+ - "https://git.rcrnstn.net/rcrnstn/git-hook-gitolite-jenkins" |
|
13 | 14 |
gitolite_deps: "{{ |
14 | 15 |
gitolite_deps_git_multihook + |
15 | 16 |
gitolite_deps_post_receive |