Learning Jenkins

Go to class
Write Review

Free Online Course: Learning Jenkins provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Jenkins is taught by Michael Jenkins.

Overview
  • Learn how to install Jenkins, create Jenkins jobs that can be triggered manually or on a schedule, and install and configure plugins and tools that extend the Jenkins framework.

Syllabus
  • Introduction

    • Getting started with Jenkins
    • What you should know
    • Exercise files
    • Why choose Jenkins?
    • Key terminology
    1. Install Jenkins
    • System requirements
    • Install Jenkins on Windows
    • Install Jenkins on Mac
    • Install Jenkins as a container
    • Install Jenkins on Ubuntu
    • The Jenkins user interface
    • Install and uninstall plugins
    • Global tool configuration
    2. Jobs in Jenkins
    • Your first Jenkins job
    • Job types
    • Build description and source code management
    • Build triggers
    • The build environment
    • Run and monitor jobs
    • Run and monitor jobs using Console output
    • Monitor build trends
    3. More Detail on Jobs
    • Using a global build tool
    • Browse a job's workspace
    • Manage artifacts
    • Parameters and environment variables
    • String parameters
    • Choice parameters
    • Boolean parameters
    • Schedule jobs
    4. Organize Jobs with Views and Folders
    • Views and folders
    • Create a view
    • Create a folder
    • Delete views and folders
    Conclusion
    • Pipeline as code
    • Continuing on with Jenkins