ジョブのビルド成果物の設定
ジョブで保持するアーティファクトを定義する
ジョブのアーティファクト定義をセットアップすることで、保持するアーティファクトを指定できます。アーティファクトは、ジョブの各ビルド後に利用可能になります。
To set up a new artifact definition for a job:
- 「ジョブの設定」の説明に従って、目的のジョブに移動します。
- Select the Artifacts tab, and then Create artifact.
- Complete the fields on the screen (see screenshot below) and select Create. For example, if you want to keep the latest version of a JAR you have built, you could specify Copy Pattern to be '**/*.jar' and the Location to be target.
Note:- 場所はビルド ディレクトリを基準とした相対パスです。場所を参照するのに絶対パスを使用しないでください。
- コピー パターンは指定した場所を基準とした相対表記です。
- Asterisks are not supported for Location. For this field, provide the folder name where the file would be located.
- プラン内の他のジョブとアーティファクトを共有する場合は、そのアーティファクトを共有済みとしてマークする必要があります。「アーティファクトの共有」を参照してください。
- You can disable file compression that happens when the artifact is being transferred between the agent and the server.
注意
Artifacts are copied to a subdirectory (/JOB_KEY/download-data/
) under your Build directory folder (see Locating important directories and files). Artifacts which you define in the plan are listed in each build result as artifacts (see Viewing a build's artifacts).
最終更新日 2022 年 8 月 25 日
Powered by Confluence and Scroll Viewport.