デプロイメント識別子の詳細 - Cloud - 8.0

TalendSoftware Development Life Cycleベストプラクティスガイド

Version
Cloud
8.0
Language
日本語
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend JobServer
Talend Management Console
Talend Remote Engine
Talend Studio
Content
ジョブデザインと開発
デプロイメント
管理と監視
Last publication date
2024-02-29
このセクションでは、Talend Studioから作成されたアーティファクトのデプロイメント時に使用する識別子(GroupID)の構文について説明します。

デプロイメント識別子の構文

この表にある<base_groupId>org.example.<project_name>となり、<project_name>には該当するTalendプロジェクトに与えられた名前が入ります。
デプロイメントするアーティファクト GroupID構文
標準ジョブ/ビッグデータバッチ/ビッグデータストリーミング <base_groupId>.job org.example.cicd.job
ルート/ルートレット <base_groupId>.route org.example.cicd.route
サービス <base_groupId>.service org.example.cicd.service

GroupIDの追加設定

Talend Studioツールバーで[Project Settings] (プロジェクト設定)アイコンをクリックして[Build] > [Maven] > [Deployment GroupID] (デプロイメントGroupId)メニューを開き、必要に応じてプロジェクトの識別子を変更します。以下のオプションは、デプロイメントされたアーティファクト識別子に影響します。
  • [Append folder name to GroupID] (フォルダー名をGroupIDに追加): このオプションを選択すると、定義するフォルダー名が次の項目に影響します: ジョブレット、ビッグデータバッチジョブレット、ビッグデータストリーミングジョブレット、標準ジョブ、ビッグデータバッチジョブおよびビッグデータストリーミングジョブ、ルート、ルートレット、サービス。
    フォルダーがないアーティファクトの構文 フォルダーがあるアーティファクトの構文
    <base_groupId> <base_groupId>.<user_created_folder_path>
    例:

    org.talend.cicd

    ジョブへのパスがfolderA/folderB/folderCの場合の例。groupIDは:

    org.talend.cicd.folderA.folderB.folderC

  • [Skip base groupID if the item has folder] (項目にフォルダーがある場合はベースgroupIDをスキップする): このオプションを選択すると、次の項目については<base_groupId>が無視されます: ジョブレット、ビッグデータバッチジョブレット、ビッグデータストリーミングジョブレット、標準ジョブ、ビッグデータバッチジョブおよびビッグデータストリーミングジョブ、ルート、ルートレット、サービス。
    フォルダーがないアーティファクトの構文 フォルダーがあるアーティファクトの構文
    <base_groupId> <user_created_folder_path>
    例:

    org.talend.cicd

    例:

    MyCustomFolderName