Hi all, I have a PowerShell script that uses a communication DLL to open another application. When I start this script manually, Windows prompts me for allowing the access to that app, and if I allow, everything works as usual.
Now I try to start that PowerShell script from Jenkins, using the PowerShell plugin.( Because I had similar issues with other use cases in the past, I already changed the Jenkins service to login with my personal account. (Windows 10)). The script starts, but the "Allowance"-prompt does not appear. And thus, after a while, the script (or the DLL function) cancels with a timeout error.
So, what can I do ?
Many thanks,
Heider