Started by user Thomas Guiu Rebuilds build #5 Agent default-agent-d4q82 is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (null): * [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:13bbe1abbec678a31b8c6df906e6abb24689bf6e3b9f7caaadeaf2850a32d436(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi) yaml: apiVersion: v1 kind: Pod spec: containers: - name: jnlp volumeMounts: - name: settings-xml mountPath: /home/jenkins/.m2/settings.xml subPath: settings.xml readOnly: true - name: toolchains-xml mountPath: /home/jenkins/.m2/toolchains.xml subPath: toolchains.xml readOnly: true volumes: - name: settings-xml configMap: name: m2-dir items: - key: settings.xml path: settings.xml - name: toolchains-xml configMap: name: m2-dir items: - key: toolchains.xml path: toolchains.xml Building remotely on default-agent-d4q82 in workspace /home/jenkins/workspace/bash [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-zc00UZV7Urny/agent.61 SSH_AGENT_PID=63 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/workspace/bash@tmp/private_key_1790782441088314846.key (/home/jenkins/workspace/bash@tmp/private_key_1790782441088314846.key) [ssh-agent] Using credentials genie.egf (ssh://genie.egf@projects-storage.eclipse.org) [bash] $ /bin/sh -xe /tmp/jenkins5737571523922888867.sh + ssh genie.egf@projects-storage.eclipse.org rm -fr /home/data/httpd/download.eclipse.org/egf/updates/1.6.1/2019-06 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 63 killed; [ssh-agent] Stopped. Finished: SUCCESS