forked from rsutphin/greenscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml.sample
More file actions
27 lines (21 loc) · 770 Bytes
/
config.yml.sample
File metadata and controls
27 lines (21 loc) · 770 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
# To get started, copy this file to `config.yml` and then use one of
# the configurations below to point it at your build server. You'll
# need to include the line starting with a '-'. That's how the config
# files knows it's a list.
# List all jobs running on a server
# -
# url: http://localhost:8080/cc.xml
# A server with basic authentication.
# -
# url: http://localhost:8080/cc.xml
# username: hudson-user
# password: hudson-password
# If you have a lot of jobs, and you only want to show the status of some of them,
# try listing them explicitly
# -
# url: http://localhost:8080/cc.xml
# username: hudson-user
# password: hudson-password
# jobs:
# - roodi # the build named "roodi"
# - /^run/ # all builds starting with "run"