NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name ShowJenkinsArtifacts
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Shows the Jenkins artifacts before jobs completed
// @author Ola Eklund
// @include /https://.*/job/.*/job/.*/\d+/$/
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @license MIT
// ==/UserScript==
$("h1").append ( `
<p>
<a href="artifact">Artifacts(if exists)</a>
` );