After completing all assignments from assignments directory checkout next workshop_part_<N> branch
export JENKINS_HOME=~/.jenkins_workshop (set JENKINS_HOME=~/.jenkins_workshop on Windows) to set Jenkins working directory (defaults to ~/.jenkins)
java -jar jenkins.war to run Jenkins
- assignments - workshop assignments
- jobs - Job DSL scripts
- scripts - useful Jenkins and shell scripts
- snippets - Groovy code snippets (not related to Job DSL)
- src
- main - builders, factories and other custom helper methods and classes used in DSL scripts
- test - tests