Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No runAs in build features #38

Open
djkerya opened this issue Jul 6, 2022 · 2 comments
Open

No runAs in build features #38

djkerya opened this issue Jul 6, 2022 · 2 comments

Comments

@djkerya
Copy link

djkerya commented Jul 6, 2022

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.](https://www.jetbrains.com/) 	<TeamCity Data Directory>/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
Copy link
Contributor

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

@kyryloivanov
Copy link

kyryloivanov commented Jul 14, 2022

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)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants