Skip to content

Instantly share code, notes, and snippets.

@ericcitaire
ericcitaire / debootstrap.md
Last active August 6, 2018 11:15 — forked from tr3buchet/debootstrap.md
debian usb debootstrap

configuration variables

usb_device=/dev/sdb
apt_mirror=http://ftp.debian.org/debian/

make sure any needed utilities are installed

sudo apt-get update
sudo apt-get install debootstrap coreutils util-linux e2fsprogs
@ericcitaire
ericcitaire / JenkinsBuildStatusHistory.md
Created April 12, 2017 14:20 — forked from kalenwatermeyer/JenkinsBuildStatusHistory.md
Jenkins - Build status history for multiple jobs

Jenkins Build Status History - screenshot

Description

The Jenkins Build Status History widget periodically fetches a snapshot of build status information for a specified list of jobs on a Jenkins CI server.

As time progresses, new build status samples are added to the right, while older samples are removed from the left. This view allows you to quickly see the health of your jobs as well as any time trends.

Calls are made to the Jenkins API to retrieve the name and color properties of listed jobs in a JSON form. The color of a given job represents its current build status (i.e. "blue" => successful build, "red" => failing build and so on).