zarplata / concourse-git-bitbucket-pr-resource

:rocket: Concourse CI resource for tracking git branches of Bitbucket pull-requests
MIT License
34 stars 43 forks source link

Add PR title in assets/out output #26

Closed peikk0 closed 5 years ago

peikk0 commented 5 years ago

assets/out doesn't have the title in its output, causing a new trigger from assets/check because this one does include the title, causing Concourse to consider it as a new version of the resource (though that doesn't happen all the time with all repositories for some unknown reason) and triggering a new build for the same revision as a result.

Adding the title in assets/out's output fixes the double-build issue for us.

idr0id commented 5 years ago

this change will fix #15?

peikk0 commented 5 years ago

Looks like that's exactly what we were experiencing, so yeah it will fix it.

idr0id commented 5 years ago

Thanks!

gabro commented 5 years ago

Thank you @peikk0 for fixing this issue! @idr0id is the fix already released?