Skip to content

Instantly share code, notes, and snippets.

View dineshba's full-sized avatar
👨‍💻
Trying to be an OSS contributor

Dinesh B dineshba

👨‍💻
Trying to be an OSS contributor
View GitHub Profile

Keybase proof

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:

@dineshba
dineshba / jenkins-date-conversion.txt
Last active March 15, 2021 15:58
Jenkins local date conversion
// ==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';
@dineshba
dineshba / Jenkins console Scroll to bottom
Created March 15, 2021 16:01
Jenkins console Scroll to bottom
// ==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==