简体   繁体   中英

Jenkins sonar quality gates issue

I have a Jenkins jobs for sonar analysis. When I try to add build step for Quality Gates (in order to mark a failure if new bugs), I get this error:

JSONObject["projectKey"] not found.

Can someone help?

Quality gates build step can only come under POST build actions .

So try to add post build action of Quality Gates. And make sure you are giving a project key.

Project Key can be taken note of from sonar server console.

This should solve the error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM