I hereby claim:
- I am dineshba on github.
- I am dineshba (https://keybase.io/dineshba) on keybase.
- I have a public key ASAV74ALoKc9qPC27Wsupaqr6xAXXG3PK9KF6SKaZePFyQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Local Jenkins job dates | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description use local date for Jenkins jobs | |
// @author You | |
// @match *jenkins* | |
// @grant none | |
// ==/UserScript==(function() { | |
'use strict'; |
// ==UserScript== | |
// @name Jenkins console Scroll to bottom | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match *jenkins* | |
// @grant none | |
// ==/UserScript== |