dduportal / jenkins-examples

Custom Jenkins Instance running with k3s + Kubernetes agents
3 stars 4 forks source link

chore(updatecli) script for updating plugins is now using Docker #66

Closed dduportal closed 1 year ago

dduportal commented 1 year ago

This PR updates the shell scripts used to check for latest plugin available versions.

Using docker is more portable across systems but requires a fully fledged Docker Engine (it is available in GitHub actions runners so ok for this use case).