Last active
October 2, 2017 16:38
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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