UI settings to define a Jenkins Warnings parser for ruby-lint
Name, Link name, & Trend report name:
ruby-lint
Regular Expression:
Name, Link name, & Trend report name:
ruby-lint
Regular Expression:
"use strict"; | |
var PFParser = require("pdf2json"); | |
var pdfParser = new PFParser(); | |
pdfParser.on("pdfParser_dataReady", function(data) { | |
console.log('pdf file: ' + data.pdfFilePath); | |
console.log('page count: ' + data.data.Pages.length); | |
console.log('\n\n'); | |
// Updated workaround from https://github.com/angular/material/issues/5317#issuecomment-150917005 | |
// See https://github.com/angular/material/blob/v1.0.5/src/core/style/variables.scss#L30 | |
// for $layout-* variable definitions. | |
@media (max-width: $layout-breakpoint-xs - 1) { | |
.show, .show-xs { | |
&.hide { | |
display: block !important; | |
} | |
} | |
} |
2018-12-10 10:35:08,672 org.owasp.dependencycheck.utils.Settings:657 | |
DEBUG - Setting: data.directory='%DOWNLOADS%\dependency-check-4.0.0-release\dependency-check\bin\..\data' | |
2018-12-10 10:35:08,672 org.owasp.dependencycheck.utils.Settings:657 | |
DEBUG - Setting: proxy.server=%HTTP_PROXY_SEVER% | |
2018-12-10 10:35:08,672 org.owasp.dependencycheck.utils.Settings:657 | |
DEBUG - Setting: proxy.port=%HTTP_PROXY_PORT% | |
2018-12-10 10:35:08,672 org.owasp.dependencycheck.utils.Settings:657 | |
DEBUG - Setting: analyzer.jar.enabled='true' | |
2018-12-10 10:35:08,672 org.owasp.dependencycheck.utils.Settings:657 | |
DEBUG - Setting: analyzer.archive.enabled='true' |
<html> | |
<head> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/JsBarcode.all.min.js"></script> | |
<style> | |
* { | |
font-family: sans-serif; | |
} | |
</style> | |
</head> | |
<body> |