Skip to content

SvenWoltmann/jenkins-tutorial-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Tutorial Demo

Code for my Jenkins tutorial explaining the installation and the major features of Jenkins in the following three articles:

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!