次のようなプライベート エグゼキュータに jenkins-cli を使用しています。
プライベート ビルド マシン (Linux ボックス) でのコマンド:
java -jar jenkins-cli.jar -s [cloudbees_url]-i /var/build/.ssh/id_rsa on-premise-executor -fsroot /var/build -labels myLabel -executors 1
しかし、このマシンでジョブを開始すると、ビルドで許可拒否エラーが発生します。
conq: repository access denied. deployment key is not associated with the requested repository.
fatal: Could not read from remote repository.
ビルド マシンが SCM と通信するために必要なキーを追加する方法を知っていますか (BitBucket を使用しています)