diff --git a/BuildBotLib/buildBotShedulers.py b/BuildBotLib/buildBotShedulers.py index eb64f7d..92a6656 100644 --- a/BuildBotLib/buildBotShedulers.py +++ b/BuildBotLib/buildBotShedulers.py @@ -30,7 +30,7 @@ class BuildBotShedulers(BuildBotModule): change_filter=util.ChangeFilter(project_re="qmake-*"), builderNames=['LinuxBuilder', 'AndroidBuilder', - 'WindowBuilder', + 'WindowsBuilder', ], properties={ 'clean': True,