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:
I hereby claim:
To claim this, I am signing this object:
| #!/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 : |