Bamboo での SCP タスクの使用
SCP タスクを設定する方法:
- ジョブのタスク設定タブに移動します(新しいプランを作成するとデフォルト ジョブとなります)。
- Select the name of an existing SCP task, or click Add task > SCP Task to create a new task.
Complete the following settings:
設定 説明 タスクの説明 タスクの目的を識別するのに役立ちます。 このタスクを無効化 オンまたはオフにすることで、選択的にこのタスクを実行します。 Add condition to task Make the task run only when a certain condition is met. You can find conditions on Atlassian Marketplace or implement your own. ホスト Comma-separated list of hostnames or IP addresses of the remote servers to which the files will be copied. 接続時にリモート ホスト フィンガープリントを確認 Enter the host fingerprint to be verified. See below for more details. ポート SSH 接続に使用されるリモート ホストのポート番号です。デフォルト値は 22 です。 ユーザ名 リモート ホストへの接続に使用するユーザー名です。 認証タイプ Password – the password associated with Username.
Key without passphrase – browse to the SSH private key with which to authenticate with the remote host.
Key with passphrase – browse to the SSH private key, and supply the passphrase, to use to authenticate with the remote host.ローカル パス The local path (relative to the Bamboo working directory) to the files you want to copy. Use commas to separate files and directories. You can also use Ant-style pattern matching to include multiple files, such as **/target/*.jar
.リモート パス リモート サーバーの宛先ディレクトリへのパスです。 [保存] を選択します。
ホスト フィンガープリント
以下のコマンドを実行して、ホストのフィンガープリントを判断することができます。
ssh-keygen -l -F <HOSTNAME>
以下のスクリーンショットに示すように、フィンガープリントはレスポンスの一部です。
最終更新日 2022 年 8 月 24 日
Powered by Confluence and Scroll Viewport.