Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fhuitelec/07377d327fa47588c24728d53058cf13 to your computer and use it in GitHub Desktop.
Save fhuitelec/07377d327fa47588c24728d53058cf13 to your computer and use it in GitHub Desktop.
Medium article on "Replay a Jenkins build pipeline locally" - Download Jenkins CLI executable #medium
docker exec -i jenkins_jenkins_1 bash -c ' \
cd /application/vendor/jenkins && \
wget http://localhost:8080/jnlpJars/jenkins-cli.jar \
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment