- Go to Manage Jenkins > Plugins and install Job DSl plugin
- After installation, go to Manage Jenkins > In-process Script Approval
- If run locally, use ngrok to expose the SonarQube instance URL
ngrok http 9000- Within SonarQube's UI, go to
Projectsand configure Github- You need a Github App (
Settings>Developer Settings>Github Apps) - Add the necessary permissions: Pull request: write, Checks: write.
- Install the app to an organization whose repos you want to include.
- You need a Github App (