3

Hy,

I have to run some agents on multiple Windows clients. (Windows Server 2012R2) The agent must run with a specific user. Is there any option to run a job with multiple windows users on the same slave?

for example:

Pc1 logged on user: bob, jimmy, jane (3 different jobs with 3 different users)

1 Answers1

1

One slave will have one windows credential. (You may try 'run as', but that is bit complicated)

Another option is to run jenkins slave process with different windows user accounts. I use jnlp or swarm agent.

Jayan
  • 16,628
  • 12
  • 79
  • 131
  • Hi Jayan, thank you for the fast reply. I'm running 2 jenkins nodes on the same maschine. I have to do some special config, but you answer was really helpfull. Thanks. – Dotapiskota Jul 11 '16 at 17:56
  • 1
    @ Dotapiskota: You may add (edit this answer or your own answer) your configuration details. That will help someone with similar requirements. – Jayan Jul 12 '16 at 02:56