On Thu, Jul 29, 2021 at 2:13 PM 'christop...@googlemail.com' via Jenkins
Users wrote:
> Somewhat surprising though and hard to debug as you cant display the
> current user name (replaced in the output by '***').
>
My guess: A credential is in scope with the same username, and you're on an
older
OK, latest news: the processes seem to be running as another user then the
current one. When I don't preselect the tasklist output by the current
user, I see my processes and killing them works.
Somewhat surprising though and hard to debug as you cant display the
current user name (replaced in t
It's a script using tasklist and taskkill. There's just an errorlevel.
I got a step further: that script is searching the tasklist by filtering
for the current user and that does not give a result. I am trying it
without that filter during the next nightly build.
Then I'll see if I still have a p
Can you find out what is going wrong? Add a call to GetLastError maybe?
On Tue, Jul 27, 2021 at 2:22 AM 'christop...@googlemail.com' via Jenkins
Users wrote:
>
> Hi everybody,
>
> I am building and testing windows applications on windows machines.
> I have a number of tests which start several p
Hi everybody,
I am building and testing windows applications on windows machines.
I have a number of tests which start several processes in the background.
After each of the tests I call a script to end the processes in case
something went wrong end they didn't end in a proper way during the te