Update FAQ.md

This commit is contained in:
Markus Fleschutz 2024-11-20 11:05:37 +01:00 committed by GitHub
parent d29e7e566d
commit 1773df817c
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* from https://plugins.jenkins.io/ (the plugin 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>