From 5bd79eb1d95a033c4ee364a8f9fcc270ad653178 Mon Sep 17 00:00:00 2001 From: Stewart X Addison <6487691+sxa@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:15:48 +0000 Subject: [PATCH] FAQ typo fix (#1142) Signed-off-by: Stewart X Addison --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0590eb705..b889e75cf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -94,7 +94,7 @@ Check out [Adopt's guide](docs/UsingOurScripts.md) to setting up your own script ## I want to build code from my own fork/branch of openjdk in jenkins You will need to add some parameters to the `BUILD_ARGS` on the individual -platform-specific pipeline (or `additionalBuildArgs` if runnibg a top level pipeline) and +platform-specific pipeline (or `additionalBuildArgs` if running a top level pipeline) and specify `--disable-adopt-branch-safety` for example: `--disable-adopt-branch-safety -r https://github.com/sxa/openjdk-jdk11u -b mybranch`