From 37fd9bb8686e9606ccddef32311cc45e60cbf734 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Wed, 17 Aug 2022 15:19:01 -0700 Subject: [PATCH] Update jenkins/valet-dry-run-lab.md --- jenkins/valet-dry-run-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/valet-dry-run-lab.md b/jenkins/valet-dry-run-lab.md index b751537..1c643db 100644 --- a/jenkins/valet-dry-run-lab.md +++ b/jenkins/valet-dry-run-lab.md @@ -134,7 +134,7 @@ In the Actions workflow we have the same steps and the stages are now being enfo + 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 - agent {