Skip to content

Instantly share code, notes, and snippets.

@bhipple
Last active October 29, 2015 04:21
Show Gist options
  • Save bhipple/9248728a681b77166d71 to your computer and use it in GitHub Desktop.
Save bhipple/9248728a681b77166d71 to your computer and use it in GitHub Desktop.
Jenkins Workflow
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