-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjenkins.cfg
More file actions
50 lines (43 loc) · 840 Bytes
/
jenkins.cfg
File metadata and controls
50 lines (43 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Jenkins buildout
# ================
#
# This is the buildout for Jenkins. Jenkins automatically deploys
# a fresh version of the Cancer Data Expo after every commit.
#
# Copyright 2011–2016 California Institute of Technology. ALL RIGHTS RESERVED.
# U.S. Government sponsorship acknowledged
# Supervisor
# ----------
#
# Please set a better password for the process Supervisor.
[supervisor]
username = admin
password = secret
# Zope
# ----
#
# Please set a better password for the Zope app server.
[zope]
username = secret
password = admin
[ports]
supervisor = 4791
zope = 4792
zope-debug = 4793
# Buildout
# --------
#
# Bring it all together.
[buildout]
extensions += mr.developer
extends =
etc/base.cfg
etc/sources.cfg
parts =
lxml
test
zope
zope-debug
repozo
zope-backup
supervisor