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

No runAs in build features #38

Open djkerya opened 2 years ago

djkerya commented 2 years ago

Installed plugin according to procedure described on wiki. Can see it in plugins list

runAs Provides an ability to run builds under the specified Windows user account snapshot-20181204082407 JetBrains, s.r.o. /plugins/runAs.zip

runAs Provides an ability to run builds under the specified Windows user account snapshot-20181204082407 JetBrains, s.r.o. /plugins/runAs.zip

But there is no runAs in building features. Tried to set teamcity.runAs.ui.enabled=true , it didn't work

TeamCity Professional 2022.04.1 (build 108575) CentOS Linux release 7.9.2009

NikolayPianikov commented 2 years ago

Could you please search some warnings with the keyword "runas" in the TeamCity server log file?

kyryloivanov commented 1 year ago

grep -ri -C 3 runas teamcity-server.log | grep -i warning and grep -ri runas teamcity-server.log | grep -i warn gives nothing.

INFO - pository.PluginsRepositoryImpl - Checking updates for plugins: runAs INFO - jetbrains.buildServer.STARTUP - Server internal properties (2): teamcity.runAs.ui.enabled=true; TEAMCITY_SERVER_MEM_OPTS=-Xmx4g -XX:MaxPermSize=270m -XX:ReservedCodeCacheSize=350m INFO - rver.plugins.PluginManagerImpl - Found 1 non bundled plugins: [runAs (ver:snapshot-20181204082407)]