From c51253249b991c952a137ab1c9f4bff12bffbe56 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Wed, 24 Aug 2022 09:35:03 -0700 Subject: [PATCH] Update jenkins/valet-forecast-lab.md Co-authored-by: Ethan Dennis --- jenkins/valet-forecast-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/valet-forecast-lab.md b/jenkins/valet-forecast-lab.md index 1048d20..da66643 100644 --- a/jenkins/valet-forecast-lab.md +++ b/jenkins/valet-forecast-lab.md @@ -133,7 +133,7 @@ Open the forecast report and review the calculated metrics. - Pipeline count: __6__ --- - We can see we ran 6 pipelines that contained 73 jobs. In the case of Jenkins, jobs refer to the concept of steps. The number of jobs(steps) is expected to be larger than the number of pipelines because a pipeline is typically a collection of jobs. +We can see there were 73 completed jobs across 6 unique pipelines. A pipeline can have one or more jobs and a pipeline may be executed multiple times in the date range included in the forecast. For example `monas_freestyle` contains 3 jobs ![demo_pipeline](https://user-images.githubusercontent.com/19557880/186261368-d4dbbe8d-71e0-4084-bbbb-7557e9dbbb86.png)