From 2e9fd3bd8c81e1588771401fbda34b37c606a1c2 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 17 Sep 2023 07:29:59 -0600 Subject: [PATCH] Add LINE variable to README instructions Diagnosed https://github.com/jenkinsci/bom/pull/2514 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5960f2758..2cdcfcfd2 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,13 @@ To reproduce a PCT failure locally, use something like PLUGINS=structs,mailer TEST=InjectedTest bash local-test.sh ``` -optionally also passing +optionally also passing either + +``` +LINE=2.414.x +``` + +or ``` DOCKERIZED=true