Last active
October 2, 2017 16:38
-
-
Save fhuitelec/12245a98438ebb7352f89c6b6163e903 to your computer and use it in GitHub Desktop.
Medium article on "Replay a Jenkins build pipeline locally" - Usually, it would be... #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
git add . | |
git commit -m "WIP build pipeline" | |
git push origin master | |
# Wait the build to be triggered | |
# ⌘ + Tab | |
# Wait for the build to end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment