Last active
October 29, 2015 04:21
-
-
Save bhipple/9248728a681b77166d71 to your computer and use it in GitHub Desktop.
Jenkins Workflow
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
Code-like advantages: | |
- For loops | |
- Fork and join processes | |
- Functions with parameters | |
- Call other jobs within a workflow script | |
- Source control jobs | |
- Code review job configuration | |
Support for standardized Groovy templates that allow groups to write jobs that are only a few lines of tweaking. | |
- Can create libraries of helper functions for general use, stored in git | |
Infrastructure advantages: | |
- Safe restart if Jenkins reboots in the middle of a workflow | |
Docker: | |
- Tons of integration between workflow and docker. This is where all the hype is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment