Code for my Jenkins tutorial explaining the installation and the major features of Jenkins in the following three articles:
- Jenkins Tutorial: Installation, Build and Release Jobs
- Jenkins Tutorial: Creating jobs with the Jenkins Job DSL
- Jenkins Tutorial: Implementing a Seed Job
In the article series, you’ll learn in detail:
- How to install Jenkins
- How to manually configure Jenkins build and release jobs for a Maven project
- How to code Jenkins build and release jobs with the Jenkins Job DSL
- How to generate views with the Jenkins Job DSL
- How to configure Jenkin’s script security system
- How to automatically update existing jobs after changing the job DSL code
- How to generate new Jenkins jobs fully automatically for new Java projects
Happy Coding!