summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-22 07:37:20 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-22 07:37:20 +0100
commitacfded5443130174ca8bb122f372679cc555b271 (patch)
treeae1677c20fe6efdaf4ed58780222b8b1efdf5028
parentb7b009f857497c0ffae0ad349ea7d043c3202213 (diff)
downloadorchestration-acfded5443130174ca8bb122f372679cc555b271.tar.gz
Allow anybody to ping builds
-rw-r--r--source/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/master.cfg b/source/master.cfg
index d9fde98..00ad7f6 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -98,7 +98,7 @@ authz_cfg=authz.Authz(
gracefulShutdown = 'auth',
forceBuild = 'auth', # use this to test your slave once it is set up
forceAllBuilds = 'auth',
- pingBuilder = 'auth',
+ pingBuilder = True,
stopBuild = 'auth',
stopAllBuilds = 'auth',
cancelPendingBuild = 'auth',