Update jenkins/valet-dry-run-lab.md

This commit is contained in:
Begona Guereca
2022-08-17 15:19:01 -07:00
committed by GitHub
parent b849dbf430
commit 37fd9bb868
+1 -1
View File
@@ -134,7 +134,7 @@ In the Actions workflow we have the same steps and the stages are now being enfo
+ needs: build + needs: build
``` ```
The `agent` in the Jenkins pipeline has be transformed to `container` on each of the jobs. The `agent` in the Jenkins pipeline has be transformed to `runs-on` on each of the jobs.
```diff ```diff
- agent { - agent {