Re: How to run jenkins jobs in particular windows user context

2016-04-18 Thread Harry G.
We used CPAU in some cases for that... kind of command line "run as" for Windows. http://www.joeware.net/freetools/tools/cpau/ Am Montag, 18. April 2016 16:51:45 UTC+2 schrieb Mark Waite: > > One way would be to run a slave for each context, assign a different > label to each slave, then

Re: How to run jenkins jobs in particular windows user context

2016-04-18 Thread Mark Waite
One way would be to run a slave for each context, assign a different label to each slave, then restrict the jobs to slaves which have the specific label for that context. Mark Waite On Mon, Apr 18, 2016, 4:48 PM pratap Ghosh wrote: > Here is the scenario... > > I

How to run jenkins jobs in particular windows user context

2016-04-18 Thread pratap Ghosh
Here is the scenario... I have a windows machine which has three user say A,B,C. And I have three jobs say X,Y,Z. Now I want to run job X,Y,Z simultaneously in such a way that job X runs in user A's context, job Y runs in user B's context and job Z runs on user C'c context. Is it possible?? If