mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-02 08:19:38 +00:00
added sheduller of npm
This commit is contained in:
parent
32683a2872
commit
14b6ee82f3
@ -32,5 +32,11 @@ class buildBotChangeSource(BuildBotModule):
|
||||
branches = True, # получаем изменения со всех веток
|
||||
pollInterval = 63
|
||||
),
|
||||
changes.GitPoller(
|
||||
repourl = 'https://github.com/usermeme/chat-vironit.git',
|
||||
project = 'Chat',
|
||||
branch = 'master',
|
||||
pollInterval = 64
|
||||
)
|
||||
]
|
||||
|
||||
|
@ -36,7 +36,7 @@ class buildBotIdentity(BuildBotModule):
|
||||
roleMatchers = [
|
||||
util.RolesFromUsername(roles=['admins'], usernames=['EndrII']),
|
||||
util.RolesFromUsername(roles=['admins'], usernames=['ZIG']),
|
||||
util.ForceBuildEndpointMatcher(roles=['user'], usernames=['Roma'])
|
||||
util.ForceBuildEndpointMatcher(roles=['user'], usernames=['Roma']),
|
||||
util.StopBuildEndpointMatcher(roles=['user'], usernames=['Roma'])
|
||||
|
||||
]
|
||||
|
@ -42,7 +42,7 @@ class buildBotShedulers(BuildBotModule):
|
||||
),
|
||||
schedulers.SingleBranchScheduler(
|
||||
name='NPM Deployer',
|
||||
change_filter=util.ChangeFilter(branch='master')
|
||||
change_filter=util.ChangeFilter(branch='master', project='Chat')
|
||||
builderNames=['NPM'],
|
||||
properties = []
|
||||
treeStableTimer = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user