How to do CI integration with code review tools

0 votes

I want to establish an effective CI model.

Below are my queries:

  1. I want to set stringent rules so that before a PR is merged, I would want to forecast my code coverage and check if meets the expected standards. Is there a way to achieve this?
  2. I want to use code review tools, so that each time a PR is merged/ Review is completed, it should trigger a jenkins build. Is there a single tool which will support all the above languages and Sonar qube? If not then which are the best tools to support the same.
  3. What are the best code coverage tools compatible with Sonar qube. Ive used Jacoco, cobertura and istanbul wct.

Id like to understand the best devops models which shall enable to cater to the above requirements.

Mar 27, 2018 in Jenkins by stephen
• 340 points
1,111 views

1 answer to this question.

0 votes

Here is an explanation.

If you can switch VCS to Bitbucket with Pipelines, you will get a lot and if not, then everything that you require is below:

  • Plugins for Sonar and Jenkins
  • Deploy to Pivotal CF by installing the CLI on a docker image.
  • Already using Jira.

Seems a good fit and am a fan myself.

Accelerate your DevOps journey with Continuous Testing in DevOps and ensure quality at every stage of your software development lifecycle

answered Mar 27, 2018 by Atul
• 10,240 points

Related Questions In Jenkins

0 votes
3 answers

How can I make Jenkins CI with Git trigger on pushes to master?

To automatically run build on code commit, follow ...READ MORE

answered Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
4,536 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How do I pass value from my Fake # script to the host build server (Jenkins)

You can use the EnvInject plugin to pass environment ...READ MORE

answered Jul 11, 2018 in Jenkins by Kalgi
• 2,680 points
1,153 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,527 views
+2 votes
1 answer
+2 votes
4 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP