Update FAQ.md

This commit is contained in:
Markus Fleschutz
2023-08-09 17:00:10 +02:00
committed by GitHub
parent f09c0626b0
commit af5c1d2351

View File

@ -73,7 +73,7 @@ NOTE: the group policy object (GPO) settings of your organization might disallow
<details><summary>How to execute PowerShell scripts in Jenkins?</summary>
1. Install the Jenkins plugin **PowerShell plugin** (it uses PowerShell.exe on Windows and pwsh on Linux).**
1. Install the Jenkins plugin **PowerShell plugin** (it uses PowerShell.exe on Windows and pwsh on Linux).
2. Add or reference your PowerShell scripts in the Jenkins jobs or in your Jenkinsfiles.
</details>