0

Have configured jenkins & sonarqube on AWS Instance Have To do Want to trigger jenkins ,when there is push in gitlab

Jenkins detect push from gitlab & repo fetched is passed to sonarqube

Result of sonar should be shown in gitlab & issue mail is sent to concerned developer..

1 Answers1

0

The thing you are looking for is called Continuous Integration. There are official docs

Aroly7
  • 427