From 42cee0064c6d2c20a3a8f6a81a5b2a81ef2b1290 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Wed, 17 Aug 2022 15:23:32 -0700 Subject: [PATCH] typo --- 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 0f8f83e..734a714 100644 --- a/jenkins/valet-custom-transformers-lab.md +++ b/jenkins/valet-custom-transformers-lab.md @@ -360,7 +360,7 @@ env: Lastly, several of our pipelines will need to have the runner label updated from `TeamARunner` to `ubuntu-latest`. -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 a environment variable transformer. +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: