cognifloyd has quit [Read error: Connection reset by peer]
glogan has quit [Write error: Connection reset by peer]
glogan has joined #buildbot
cognifloyd has joined #buildbot
Guest27 has joined #buildbot
Guest27 has quit [Client Quit]
Guest27 has joined #buildbot
Guest27 has quit [Quit: Client closed]
Guest90 has joined #buildbot
Guest90 has quit [Client Quit]
Guest90 has joined #buildbot
<Guest90>
Hello, is it possible to somehow get the change comments from a buildstep? I can get the comments from the master with something like SELECT comments FROM changes WHERE revision="f3bf8b5ffa28b98f187f09b66839547bb0a10e0a" AND category="pull"'
<Guest90>
but all my attempts to get the comments from a buildstep have failed so far
<Guest90>
like this for example returns empty string steps.ShellCommand(command=['echo', 'comment:', util.Interpolate(‘CHANGES=%(src::changes)s'),])