This image shows two pipeline diagrams. Both diagrams have four jobs: Job 1, Job 2, Job 3, and Job 4. In the Pipeline 1 diagram, an arrow from the Start node points to Job 1. Arrows from Job 1 point to Job 2 and Job 3, indicating that Job 2 and Job 3 are dependent on Job 1 and will run after Job 1 is successful. An arrow from Job 2 points to Job 4, indicating that Job 4 is dependent on Job 2 and will run after Job 2 is successful. In the Pipeline 2 diagram, an arrow from the Start node points to Job 1, an arrow from Job 1 points to Job 2, an arrow from Job 2 points to Job 3, and an arrow from Job 3 points to Job 4, indicating that each job is dependent on the prior job and will run after the prior job is successful.