Balaji Vajjala's Blog

A DevOps Blog from Trenches

06.08

  • 6.8 Configure and run continuous jobs
    • Learning Objectives
    • EXERCISE: View the build schedule for a continuous job

6.8 Configure and run continuous jobs

Learning Objectives

By the end of this lesson you will be able to:

  • Configure a job to poll a version-control repository and run a build.

EXERCISE: View the build schedule for a continuous job

  1. Click on the MyBuild job and click Configure.
  2. View the Build Triggers section. The Poll SCM checkbox is selected. You also configured it to check the Git repo every minute for changes. If changes are found, it runs the Build commands.