From acfded5443130174ca8bb122f372679cc555b271 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Tue, 22 Sep 2015 07:37:20 +0100 Subject: Allow anybody to ping builds --- source/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1