Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 971 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 971 Bytes

After completing all assignments from assignments directory checkout next workshop_part_<N> branch

Running Jenkins

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

Repository structure

  • 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

References

API Viewer

DSL Playground application

Job-DSL wiki

Job-DSL sources

Discussion group