JetBrains / teamcity-runas-plugin

The teamcity-runas plugin to run TeamCity build steps under a specified user account on Windows or Linux.
Apache License 2.0
22 stars 14 forks source link

Add ability to configure list of credentials per agent #16

Closed NikolayPianikov closed 7 years ago

NikolayPianikov commented 7 years ago

Each agent has special folder "runAs". It contains a set of files, for example: user.xml, administrator.xml.

Each file has properies, for example user.xml could contain: username: RunAsUser Password: abc

The name of file is the unique id for the specified credentials.

Also each agent have ordinary configuration parameters: run_as_mode = custom | predefined | enabled(default) | disabled run_as_credentials_directory

TeamCity has read only configuration parameter for project "runas_credentials"