Haufe-Lexware / gocd-plugins

A collection of our OSS plugins for use with Go.CD
Apache License 2.0
36 stars 34 forks source link

Plugin throw exception and fails when QG is violated #14

Open AbuAbbaad opened 7 years ago

AbuAbbaad commented 7 years ago

Plugin fails when QG is violated.

[SonarQube Quality Gate Plugin] Fail if: warning Error: Interaction with plugin with id 'sonar.quality.gate.plugin' implementing 'task' extension failed while requesting for 'execute'. Reason: [The plugin sent a response that could not be understood by Go. Plugin returned with code '500' and the following response: '{"exception":null,"success":false,"message":"At least one Error or Warning in Quality Gate"}']

SonarQube: Version 5.4

Thanks, Syed

markus2810 commented 7 years ago

There was an API change. We are working on a fix.

bradeac commented 7 years ago

Hello,

There were some changes pushed approximately 10 days ago.

Can you please get the latest version and try it ? We fixed this kind of errors in our latest changes. If it still doesn't work, come back here and we will search for a solution.

Thanks, Camil