Update jenkins/valet-dry-run-lab.md
Co-authored-by: j-dunham <j-dunham@github.com>
This commit is contained in:
co-authored by
j-dunham
parent
0785ffcebf
commit
ab7fed5178
@@ -127,7 +127,7 @@ jobs:
|
||||
|
||||
In the Jenkins pipeline we have 2 stages and 4 steps that run on the self-hosted runner labeled `TeamARunner`.
|
||||
|
||||
In the Actions workflow we have the same steps and the stages are now being enforced using the `needs` keyword. We can see this if we examine the `needs` for `needs: build`, which make the test jobs depend on the build jobs.
|
||||
In the Actions workflow we have the same steps and the stages are now being enforced using the `needs` keyword. We can see this if we examine the `test` job, it has `needs: build`, which makes it depend on the `build` job.
|
||||
|
||||
```diff
|
||||
- stages: test
|
||||
|
||||
Reference in New Issue
Block a user