Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

acsone/acsone.buildbot.utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acsone.buildbot.utils

License: GPL-2

image

image

A library providing some extensions to buildbot

Change Hook

This module provide a change hook to process the payload of HTTP POST requests from Planio. By default, it's not possible to register additional dialects in the web_change_hoock than those natively provided by buildbot (a least with with buildbot <= v0.8.12). To register the web hoock for planio you therefore need to call acsone.buildbot.status.change_hook.register_extendable_change_hook() This method can be used to register whatever you want as change hook.

from acsone.buildbot.status.web.hook import planio
from acsone.buildbot.status.change_hook import register_extendable_change_hook
register_extendable_change_hook()

...

c['status'].append(status.WebStatus(http_port=8010, allowForce=True,
change_hook_dialects={
    'planio': {'mehod': planio.getChanges}))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages