How to make jenkins run as different linux users in different jobs ?rather than a single user such as jenkins defined in global configuration.
thank you.
How to make jenkins run as different linux users in different jobs ?rather than a single user such as jenkins defined in global configuration.
thank you.
Jenkins itself is not able to do user switching when starting a build.
What you can do is attach agents to your Jenkins that run under the user that you want.