Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Deployment to download.eclipse.org stopped working due to ssh-agent issues

Hi,

In our project (henshin), we are following the deployment instructions from https://wiki.eclipse.org/Jenkins#Freestyle_job

Our build configuration is set-up to use the SSH Agent with project-specific credentials (box "SSH Agent" ticked, "specific credentials" selected with entry "genie.henshin (ssh://genie.henshin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx)".

This setup has recently stopped working, even though we did not change anything in the build configuration.

The last (failing) build: https://ci.eclipse.org/henshin/job/cbi_henshin_nightly/1154

Relevant excerpt from the build log:
Building remotely on basic-64kkv in workspace /home/jenkins/agent/workspace/cbi_henshin_nightly
[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-HeUZv74jLN7M/agent.59
SSH_AGENT_PID=61
[ssh-agent] Started.
Running ssh-add (command line suppressed)
ssh_askpass: exec(/home/jenkins/agent/workspace/cbi_henshin_nightly@tmp/askpass_6954894887904495157.sh): No such file or directory
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 61 killed;
[ssh-agent] Stopped.
ERROR: Failed to run ssh-add
Finished: FAILURE

Are there any ideas about what's wrong here and how to fix it?

Best regards,
Daniel Strüber


-- 
Dr. Daniel Strüber 
Assistant Professor
Radboud University Nijmegen, the Netherlands
https://www.danielstrueber.de/

Back to the top