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

Reply via email to