cathive / concourse-sonarqube-resource

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

Add params.quality_gate for get step. #39

Closed SimonXming closed 5 years ago

SimonXming commented 5 years ago

quality_gate is for breaks the build if the analysis result is ERROR or WARN.

headcr4sh commented 5 years ago

I really like the contents of the PR and would like to merge it as soon as possible. I have just reviewed the sources of the PR and made some remarks.

SimonXming commented 5 years ago

I really like the contents of the PR and would like to merge it as soon as possible. I have just reviewed the sources of the PR and made some remarks.

Thanks, I have run shellcheck and update the code according to the shellcheck suggestion.