1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-07 16:06:50 +02:00

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

@ -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> <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. 2. Add or reference your PowerShell scripts in the Jenkins jobs or in your Jenkinsfiles.
</details> </details>