Skip to content

Instantly share code, notes, and snippets.

View mpailloncy's full-sized avatar
🥖

Michaël Pailloncy mpailloncy

🥖
  • Toulouse (France)
View GitHub Profile
@mpailloncy
mpailloncy / keybase.md
Last active January 15, 2018 13:07
keybase.md

Keybase proof

I hereby claim:

  • I am mpailloncy on github.
  • I am mpailloncy (https://keybase.io/mpailloncy) on keybase.
  • I have a public key whose fingerprint is 3217 0753 F57F D910 3F2C 123A BC14 20A7 77D3 37B4

To claim this, I am signing this object:

@mpailloncy
mpailloncy / get-jenkins-plugins-versions.sh
Last active April 23, 2020 08:19
Simple bash script to retrieve latest version of Jenkins plugins listed in a "plugins-list.txt" file
#!/bin/bash -eu
set -o pipefail
# set -o xtrace
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Simple bash script to retrieve latest version of Jenkins plugins listed in a "plugins-list.txt" file.
# Because it's so boring to retrieve all of them when you are creating a Dockerfile to launch Jenkins with plugins already installed:
# Example :