You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/travis-ci-vcs-proxy-get-started.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,16 @@ layout: en
13
13
14
14
### Closed Beta users
15
15
16
-
After receiving our sign-up confirmation email, Travis CI Staff creates your Travis CI (TCI) Version Control System (VCS) Proxy account. Once the account is created, you will receive an automatic email message asking for TCI Proxy sign-up confirmation. Next, follow the link and on-screen instructions to set up your 2FA for TCI VCS Proxy.
16
+
After receiving our sign-up confirmation email, our staff will create your Travis CI (TCI) Version Control System (VCS) Proxy account. Once the account is created, you will receive an automatic email message asking for TCI Proxy sign-up confirmation. Next, follow the link and on-screen instructions to set up your 2FA for TCI VCS Proxy.
17
+
17
18
After you sign up to Travis CI using Travis CI VCS Proxy, we will review the account and assign you a Beta Plan in Travis CI. You may use standard Trial Plan until the Beta Plan is assigned.
18
19
19
20
#### Prerequisites
20
21
21
22
To get started with Travis CI VCS Proxy, first, you will need:
22
23
23
24
1. An organization with at least one repository assigned in TCI VCS Proxy.
24
-
2. To configure the repository with appropriate credentials in TCI VCS Proxy.
25
+
2. To configure the repository with the appropriate credentials in TCI VCS Proxy, in particular tokens.
25
26
26
27
For more information read the [Setting up Travis CI VCS Proxy](/user/travis-ci-vcs-proxy/).
27
28
@@ -31,15 +32,19 @@ For more information read the [Setting up Travis CI VCS Proxy](/user/travis-ci-v
31
32
When you do it for the first time, a Travis CI VCS Proxy page will pop-up with an `Authorize` button present. Pressing the button will tell Travis CI VCS Proxy that Travis CI is authorized to obtain organizations, repositories, commit notifications and user emails (for build status notifications, shall you enable these) from Travis CI VCS Proxy. After first authorization it will occur automatically if you log into Travis CI Beta application in the same browser (and site data is not removed).
32
33
33
34
2. Accept the Travis CI´s Authorization email.
34
-
> *Please note:* The Beta Travis CI application with support for Travis CI VCS Proxy and regular application are both working in the same Production environment (so once the beta is closed, you can preserve all set up if you wish to). Thus Travis CI Authorization email link may lead you to the main *app.travis-ci.com*. In such case please return to the Travis CI beta application url. You can find it in the Travis CI VCS Proxy welcome e-mail.
35
+
> *Please note:* The Beta Travis CI application with support for Travis CI VCS Proxy and regular application are both working in the same Production environment (so once the beta is closed, you can preserve all set up if you wish to). Thus Travis CI Authorization email link may lead you to the main *app.travis-ci.com*. In such case please return to the Travis CI beta application [URL](https://beta-app.travis-ci.com). You can find it in the Travis CI VCS Proxy welcome e-mail.
36
+
37
+
3. You should now see this option when you click "Sign in":
38
+
39
+
<imgwidth="669"alt="Screen Shot 2022-06-14 at 10 49 53 AM"src="https://user-images.githubusercontent.com/20936398/173655519-d30b1758-ca8b-4696-9425-5735e13d903b.png">
35
40
36
-
3. On the top right of the Travis Dashboard, click on your profile picture and select the *Settings* option. Next, click on the ‘Sync account’ button on the left menu and toggle the repositories you want to use with Travis CI.
41
+
4. On the top right of the Travis Dashboard, click on your profile picture and select the *Settings* option. Next, click on the ‘Sync account’ button on the left menu and toggle the repositories you want to use with Travis CI.
37
42
> *Please note:* If the synchronization operation doesn't refresh your Travis CI screen automatically within 1 minute, please refresh your browser window manually (Ctrl/Cmd + F5).
38
43
39
-
4. Please select a Trial Plan or wait for us to assign special Beta Plan to your account and/or organization(s). In Travis CI each individual User account and each Organization entity must have a separate plans assigned.
44
+
5. Please select a Trial Plan or wait for us to assign special Beta Plan to your account and/or organization(s). In Travis CI each individual User account and each Organization entity must have a separate plans assigned.
40
45
> *Please note:* If assigning a plan doesn't remove automatically the insufficient user license/lack of credits error message in your Travis CI Beta application screen, please refresh your browser window manually (Ctrl/Cmd + F5).
41
46
42
-
5. Add a `.travis.yml` file to your repository to tell Travis CI what to do.
47
+
6. Add a `.travis.yml` file to your repository to tell Travis CI what to do.
43
48
44
49
The following example specifies a Ruby project built with Ruby 2.2 and the latest versions of JRuby.
0 commit comments