James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 1 | [jenkins] |
| 2 | server=https://jenkins.example.com |
| 3 | user=jenkins |
| 4 | apikey=1234567890abcdef1234567890abcdef |
| 5 | |
| 6 | [gerrit] |
| 7 | server=review.example.com |
Antoine Musso | 2747501 | 2012-11-26 09:53:01 +0100 | [diff] [blame] | 8 | ;baseurl=https://review.example.com/r |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 9 | user=jenkins |
| 10 | sshkey=/home/jenkins/.ssh/id_rsa |
| 11 | |
| 12 | [zuul] |
| 13 | layout_config=/etc/zuul/layout.yaml |
Paul Belanger | f9efd0b | 2012-10-13 16:59:55 -0400 | [diff] [blame] | 14 | log_config=/etc/zuul/logging.conf |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 15 | pidfile=/var/run/zuul/zuul.pid |
James E. Blair | 5d5bc2b | 2012-07-06 10:24:01 -0700 | [diff] [blame] | 16 | state_dir=/var/lib/zuul |
Antoine Musso | 40b9907 | 2012-09-22 23:12:53 +0200 | [diff] [blame] | 17 | git_dir=/var/lib/zuul/git |
Paul Belanger | b67aba1 | 2013-05-13 19:22:14 -0400 | [diff] [blame] | 18 | ;git_user_email=zuul@example.com |
| 19 | ;git_user_name=zuul |
Clark Boylan | 9b67090 | 2012-09-28 13:47:56 -0700 | [diff] [blame] | 20 | status_url=https://jenkins.example.com/zuul/status |