Skip to main content

最初のアプリを追加する

概要

Bitriseにアプリを追加するということは、ビルドを実行できるようにリポジトリへのアクセスを設定することを意味します。プロジェクトスキャナーはプラットフォームタイプを判別し、アプリをビルドしてデプロイするためのデフォルトのワークフローを生成します。

を追加する アプリ Bitrise へのアクセスとは、ビルドを実行できるようにリポジトリへのアクセスを設定することを意味します。プロセス中に、私たちはまた、 プロジェクトスキャナー アプリのプラットフォーム タイプ (iOS など) を検出し、デフォルトを生成します。 ワークフロー 必要なすべてを備えた 手順 アプリをビルドしてデプロイします。

プロジェクトスキャナー

プラットフォーム/フレームワークをサポートするということは、プロジェクトスキャナーがアプリのタイプを検出し、そのタイプに基づいて基本的なBitrise構成をセットアップできることを意味します。ビルド方法に関係なく、他のアプリも追加できますが、手動で構成する必要があります。

Each Bitrise project is owned by a Workspace and most projects, with the exception of public projects, require some form of authentication to be able to access the repository.

To add a new project to Bitrise:

  1. On the Bitrise CI page, click the New CI project button.

    You can also open the dropdown menu next to the button to add a new project from the CLI.

  2. Select the Workspace that will own the project.

    project-access.png
  3. Set the project to private or public. This settings can't be changed later.

    • Private projects are only accessible to the Workspace members. They need to authenticate themselves to view the project's details.

    • Public projects expose their configuration file and build logs to everyone who has the link.

  4. Connect a repository. You can:

    select-repo-open.png
  5. Configure authorization to allow Bitrise to access the repository. There are multiple ways to do so, depending on the type of your project:

    • Public projects don't require authorization.

    • Private projects that are accessed via the GitHub App integration don't need additional authorization.

    • Private projects with SSH URLs, accessed via OAuth applications, require configuring an SSH key. Bitrise can do this automatically or you can create and register your own SSH key pair.

    • Private projects with HTTPS URLs, accessed via OAuth applications, require HTTPS authorization with a personal access token. We recommend using a token with only read access.

    add-ssh-key.png
  6. Set the default branch of the project and decide if you want our project scanner to scan the code on the branch.

    • If your repository is connected, you can select an available branch from a dropdown menu.

    • If you entered a repository URL manually, you need to type a valid branch name.

    リポジトリの URL

    あなたはできるでしょう プロジェクトのリポジトリ URL を変更する 後で。アカウントを Git プロバイダー サービスにいつでも接続または切断することもできます。

    select-branch.png
  7. Configure the project settings. You can either modify and confirm the automatically generated settings, or create a configuration manually.

    The configuration sets a stack, machine type, and a project root directory, among other things. The exact parameters to configure depends on the project type.

  8. 必要に応じて、画像をアップロードしてアプリアイコンを追加します。

    app-icon.png
  9. するには Webhook が必要です ビルドを自動的にトリガーする.アプリの Webhook はいつでも設定できるので、今はスキップしてかまいません。

    Projects with the GitHub App integration don't need a webhook.

  10. Once you are done, click View Project Page to go to the newly added project's home page. From there, you can start editing your Workflows and run builds.