Skip to content

Instantly share code, notes, and snippets.

View isurusndr's full-sized avatar

Isuru Senadheera isurusndr

View GitHub Profile
@isurusndr
isurusndr / sonar-report.groovy
Last active April 26, 2021 14:00 — forked from x-cray/sonar-report.groovy
Jenkins email-ext plugin groovy template. Generates daily Sonar violations report grouped by culprits. Updated to work with SonarQube version 5.0+
<!DOCTYPE html>
<head>
<title>Sonar violations report</title>
<style type="text/css">
body
{
margin: 0px;
padding: 15px;
}