Update FAQ.md

This commit is contained in:
Markus Fleschutz 2024-11-20 11:04:56 +01:00 committed by GitHub
parent 9682acba86
commit d29e7e566d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@
<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* 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.**
</details>