cathive / concourse-sonarqube-resource

performs SonarQube analyses and checks quality gates https://concourse-ci.org/ https://sonarqube.org/
Apache License 2.0
46 stars 50 forks source link

Add support for pr decoration on bitbucket pr resources. #58

Closed noelcatt closed 4 years ago

noelcatt commented 4 years ago

This adds bitbucket pr support for bitbucket resources that use the pull-request-info file.

This includes the following: https://github.com/cathive/concourse-bitbucket-pullrequest-resource https://github.com/philicious/concourse-git-bitbucket-pr-resource https://github.com/zarplata/concourse-git-bitbucket-pr-resource

sooncj commented 4 years ago

@headcr4sh could you cut a tag for this?

headcr4sh commented 4 years ago

@headcr4sh could you cut a tag for this?

Hey @sooncj,

A new Github release has just been made. Git tag v0.12.0 contains the changes and should automatically be build and pushed to Docker hub as docker.io/cathive/concourse-sonarqube-resource:0.12.0 in a few minutes.

sooncj commented 4 years ago

thank you!