Jenkins の「シェルの実行」で SSH コマンドを実行することは可能ですか?
Jenkinsには、特にSSHタイプのコマンドに対応するビルド前およびビルド後のオプションが多数ありますが、ビルドとSCPおよびSSHコマンドの両方を実行する単一のスクリプトがあります。Jenkins はユーザーにビルド スクリプトを複数のステップに分割するように強制していますか?
「シェルの実行」は、SSHコマンドを実行しようとしているものですが、成功しませんでした。
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /var/lib/jenkins/.ssh/identity
debug1: Trying private key: /var/lib/jenkins/.ssh/id_rsa
debug1: Trying private key: /var/lib/jenkins/.ssh/id_dsa
debug1: Next authentication method: password
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
debug1: No more authentication methods to try.
Permission denied (publickey,password).
SSH Access not available for build engine