05. Pipeline Triggers

Triggers Demo

Triggers Demo

Now let’s take a look at setting up a trigger, so we will continuously, “automagically,” check if our GitHub software has been updated, triggering the pipeline processes.

ND#9991 C03 L02 A05 Pipeline Triggers

Pipeline Triggers Walkthrough

Pipeline Triggers Walkthrough

  • When code is pushed to the Git repository after a pull request, build automatically, i.e. continuously integrate
  • If the tests in a pipeline pass, deploy the code, i.e. continuously deploy

ND#9991 C03 L02 A0- Triggers Demo

Triggers Quiz

What is Blue Ocean? (multiple correct answers)

SOLUTION:
  • Plugin for Jenkins
  • Re-skinning of Jenkins
  • Optimized for pipelines