<div dir="ltr">You can see how buildbot travis is doing that:<div><br></div><div><a href="https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/api.py">https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/api.py</a><br></div><div><a href="https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/configurator.py#L303">https://github.com/buildbot/buildbot_travis/blob/master/buildbot_travis/configurator.py#L303</a><br></div><div><br></div><div>Regards</div><div>Pierre</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jan 16, 2018 at 4:30 PM Alexey Demakov <<a href="mailto:demakov@ispras.ru">demakov@ispras.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I need to store some additional info for my www plugin.<br>
<br>
I know how to do it with settings service (bbSettingsService),<br>
but it uses browser's local storage, I need global solution.<br>
<br>
I plan to use DbConfig utility [1] to store my info in buildbot database.<br>
<br>
But I can't figure out how to transfer info between python backend and<br>
js www plugin.<br>
<br>
Do I need to implement additional endpoint and use it like data service<br>
does?<br>
<br>
May be I overlooked and endpoint to use DbConfig already implemented?<br>
<br>
What is the simplest way to store info from www plugin?<br>
<br>
Thanks,<br>
Alexey<br>
<br>
[1] <a href="http://docs.buildbot.net/latest/manual/cfg-dbconfig.html" rel="noreferrer" target="_blank">http://docs.buildbot.net/latest/manual/cfg-dbconfig.html</a><br>
<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>