Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetbrains/teamcity-runas-plugin
The teamcity-runas plugin to run TeamCity build steps under a specified user account on Windows or Linux.
https://github.com/jetbrains/teamcity-runas-plugin
elevated-rights runas teamcity teamcity-plugin
Last synced: 3 months ago
JSON representation
The teamcity-runas plugin to run TeamCity build steps under a specified user account on Windows or Linux.
- Host: GitHub
- URL: https://github.com/jetbrains/teamcity-runas-plugin
- Owner: JetBrains
- License: apache-2.0
- Created: 2015-11-27T13:30:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T15:30:33.000Z (8 months ago)
- Last Synced: 2024-05-03T02:13:16.870Z (8 months ago)
- Topics: elevated-rights, runas, teamcity, teamcity-plugin
- Language: Java
- Homepage:
- Size: 4.77 MB
- Stars: 22
- Watchers: 15
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) runAs plugin for [](https://www.jetbrains.com/teamcity/)
When building, testing, and deploying an application with TeamCity, you may need to run a build under a specific user account, different from the one used to run the build agent.
The teamcity-runas plugin can be used to run TeamCity build steps under a specified user account on Windows, Mac or Linux. See [Wiki](https://github.com/JetBrains/teamcity-runas-plugin/wiki) for more information:
* [How to Install](https://github.com/JetBrains/teamcity-runas-plugin/wiki/How-to-install)
* [How to Use](https://github.com/JetBrains/teamcity-runas-plugin/wiki/How-to-use)
See also announcement [blog post](https://blog.jetbrains.com/teamcity/2017/09/introducing-teamcity-runas-plugin/).
## Supported TeamCity versions:
The plugin is compatible with TeamCity 10.0 and later.
## Build Status on Public TeamCity Server
[](http://teamcity.jetbrains.com/viewType.html?buildTypeId=TeamCityPluginsByJetBrains_TeamCityRunAs_Plugin&guest=1)
## Download
* [Stable version](https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:TeamCityPluginsByJetBrains_TeamCityRunAs_Plugin,pinned:true,status:SUCCESS,branch:master,tags:release/artifacts/content/runAs.zip)
* [Nightly build](https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:TeamCityPluginsByJetBrains_TeamCityRunAs_Plugin,status:SUCCESS,branch:master/artifacts/content/runAs.zip)
## License
JetBrains runAs plugin for TeamCity is under the [Apache License](https://github.com/JetBrains/teamcity-runas/blob/master/LICENSE).
## Contributors
- [Nikolay Pianikov](https://github.com/NikolayPianikov)