From d29e7e566d53ec8c3679540bf6260a8aa097957f Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 20 Nov 2024 11:04:56 +0100 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index cc8402d9..29bd4abd 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -82,7 +82,7 @@
How to execute PowerShell scripts in Jenkins? -1. **Install the Jenkins plugin:** `PowerShell plugin` (it uses PowerShell.exe on Windows and pwsh on Linux). +1. **Install the Jenkins plugin** *PowerShell plugin* from https://plugins.jenkins.io/ (the plugin uses PowerShell.exe on Windows and pwsh on Linux). 2. **Add or reference your PowerShell scripts in the Jenkins jobs or in your Jenkinsfiles.**