From 2cc3f935ccfa28e5d81227c744a23016bfef5bb2 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Mon, 22 Aug 2022 10:10:31 -0700 Subject: [PATCH] Update jenkins/valet-custom-transformers-lab.md Co-authored-by: j-dunham --- jenkins/valet-custom-transformers-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/valet-custom-transformers-lab.md b/jenkins/valet-custom-transformers-lab.md index 0c01d0b..ed05b09 100644 --- a/jenkins/valet-custom-transformers-lab.md +++ b/jenkins/valet-custom-transformers-lab.md @@ -362,7 +362,7 @@ Lastly, several of our pipelines will need to have the runner label updated from Valet offers the ability to provide customized mapping between build agents in the source CI instance and their equivalent GitHub Actions runner labels. The syntax for providing an agent label mapping is similar to an environment variable transformer. -A `runner` method is used with the first parameter being the Jenkins agent label and the second parameter being the GitHub Actions runner label(s) to map to. As an example, the following could be used: +The `runner` methods first parameter is the Jenkins agent label and the second parameter is the GitHub Actions runner label(s) to map too. As an example, the following could be used: ```ruby runner "TeamARunner", "ubuntu-latest"