This is also an issue for us. Entire pipeline is broken for us at this time after upgrading due to security updates for jenkins/plugins.
Any pipeline step that includes sshagent does not execute, no errors in logs and pipeline output is indicating that no steps are present.
This was all working prior to upgrades.
![](https://issues.jenkins.io/secure/thumbnail/44651/_thumb_44651.png)
When using key that requires asking for passphrase
[Pipeline] sshagent
[ssh-agent] Using credentials git (Bitbucket Account)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-LZ8O071QqSF0/agent.29897
SSH_AGENT_PID=29900
Running ssh-add (command line suppressed)
ssh_askpass: exec(/var/lib/jenkins/workspace/enkins-build-testing_master-TLYGPGVK3W4MRGFA647ZAGBVCVYCQ3PJBBMQHCTJRF3U4EWG5ZDA@tmp/askpass_1020027293488114105.sh): No such file or directory
When using key that does not require asking for passphrase
[Pipeline] sshagent
[ssh-agent] Using credentials git (Bitbucket Account)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-xp4CDha4knEQ/agent.30068
SSH_AGENT_PID=30071
Running ssh-add (command line suppressed)
Enter passphrase for /var/lib/jenkins/workspace/enkins-build-testing_master-TLYGPGVK3W4MRGFA647ZAGBVCVYCQ3PJBBMQHCTJRF3U4EWG5ZDA@tmp/private_key_8563029023929226717.key: [Pipeline]
This is also an issue for us. Entire pipeline is broken for us at this time after upgrading due to security updates for jenkins/plugins.
Any pipeline step that includes sshagent does not execute, no errors in logs and pipeline output is indicating that no steps are present.
This was all working prior to upgrades.
When using key that requires asking for passphrase
When using key that does not require asking for passphrase