Skip to content

Instantly share code, notes, and snippets.

@dnozay
dnozay / _Jenkins+Script+Console.md
Last active April 10, 2024 06:11
jenkins groovy scripts collection.
@kdabir
kdabir / check_proxy.groovy
Created February 22, 2012 12:36
Setting proxy in groovy
println System.properties.grep ({it.key.contains("proxy")})
// print all system properties
// System.properties.each {k,v-> println "$k=$v"}
@spicycode
spicycode / tmux.conf
Created September 20, 2011 16:43
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000