You will have to create your own change source. (a poller)
There are already plenty of example of them in the source code:

https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/p4poller.py#L1
https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/gitpoller.py
https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/svnpoller.py#L1
https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/hgpoller.py#L1

This is probably a non trivial task though.

Pierre



Le dim. 4 août 2019 à 09:30, honas grael <honasgraeym...@gmail.com> a
écrit :

> Hello, I am trying to get to grips with using Buildobt. I am using it with
> a rather quirky vcs (IBM CM Synergy), which has its own query syntax when
> you want to checkout code or list changes.
> I am effectively periodically doing builds, so say every 10 hours I do a
> build, and I query the vcs asking
>
>    - "What changes have been made in the last 10 hours?"
>
> When I do this the vcs will return a list something like
>
>    - Change123: "You did this", DateTimeofChange123, Jim
>    - Change23: "You did that", DateTimeofChange23, Jane,
>    - Change73: "You did another thing", DateTimeofChange73, Joyce
>
> What I would like to do is to have this data (or some form of it) show up
> on the buildbot ui. On the Changes tab
> [image: buildbotchanges.png]
>
> What is the proper way to have my list of changes show up on the change
> tab?
> What property do i need to set in my build steps for the list of changes
> to show in the changes tab
>
> Regards
> _______________________________________________
> users mailing list
> users@buildbot.net
> https://lists.buildbot.net/mailman/listinfo/users
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to