<div dir="ltr">You will have to create your own change source. (a poller)<div>There are already plenty of example of them in the source code:</div><div><br></div><div><a href="https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/p4poller.py#L1">https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/p4poller.py#L1</a><br><a href="https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/gitpoller.py">https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/gitpoller.py</a></div><div><a href="https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/svnpoller.py#L1">https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/svnpoller.py#L1</a></div><div><a href="https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/hgpoller.py#L1">https://github.com/buildbot/buildbot/blob/7658c965b3bedb3e5532446e1352f62fe7c102ab/master/buildbot/changes/hgpoller.py#L1</a><br></div><div><br></div><div><div><div class="gmail_signature" data-smartmail="gmail_signature">This is probably a non trivial task though.</div><div class="gmail_signature" data-smartmail="gmail_signature"><br></div><div class="gmail_signature" data-smartmail="gmail_signature">Pierre<br></div></div><br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 4 août 2019 à 09:30, honas grael <<a href="mailto:honasgraeymael@gmail.com">honasgraeymael@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">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.<br><div>I am effectively periodically doing builds, so say every 10 hours I do a build, and I query the vcs asking </div><div><ul><li>"What changes have been made in the last 10 hours?"</li></ul>When I do this the vcs will return a list something like</div><div><ul><li>Change123: "You did this", DateTimeofChange123, Jim</li><li>Change23: "You did that", DateTimeofChange23, Jane,</li><li>Change73: "You did another thing", DateTimeofChange73, Joyce</li></ul><div>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</div></div><div><div><img src="cid:ii_jywn5wkl0" alt="buildbotchanges.png" style="margin-right: 25px;"><br></div></div><div><br></div><div>What is the proper way to have my list of changes show up on the change tab?</div><div>What property do i need to set in my build steps for the list of changes to show in the changes tab</div><div><br></div><div>Regards</div></div>
_______________________________________________<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></blockquote></div>