Skip to content

Instantly share code, notes, and snippets.

View twhaolee's full-sized avatar

Hao Lee twhaolee

  • Taipei
View GitHub Profile
@twhaolee
twhaolee / jenkins-email-ext-clangScanReport-template.jelly
Created June 16, 2017 02:29 — forked from lvdaqian/jenkins-email-ext-clangScanReport-template.jelly
a jelly script template for jenkins email-ext plugin. in this template we can publish the report of clangScanBuild plugin by using email template.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define">
<html>
<head>
<title>${project.name}</title>
<style>
body table, td, th, p, h1, h2 {
margin:0;
font:normal normal
100% Georgia, Serif;
background-color: #ffffff;