forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TeamCity instructions (apache#5379)
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Becoming a project administrator | ||
Druid committers shall obtain a status of a [Druid project]( | ||
https://teamcity.jetbrains.com/project.html?projectId=OpenSourceProjects_Druid) | ||
administrator. First, the Druid committer needs to log in teamcity.jetbrains.com using his Github account. | ||
Then, somebody who is already a project administrator needs to do the following: | ||
|
||
1. Follow the "Administration" link in the top-right corner of the page | ||
2. Follow the "Users" link in the "User Management" section in the menu on the left | ||
3. Type the comitter's Github handle in the "Find users" text input, press "Filter" | ||
4. Select the comitter | ||
5. Press the "Assign roles" button in the bottom of the page | ||
6. Select "Role: Project administrator" and "Scope: Open-source project -> Druid" in the inputs, press "Assign" | ||
|
||
## Restarting a build | ||
A project administrator could restart a build by pressing the "Run" button on the build page. |