Skip to content

Console Output

Started by user Laurent Goubet
Running as Laurent Goubet
Building in workspace /var/jenkins/workspace/publish-milestone
[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-1Dk4k6zovWvj/agent.131749
SSH_AGENT_PID=131752
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/publish-milestone@tmp/private_key_3044582206675342867.key (/var/jenkins/workspace/publish-milestone@tmp/private_key_3044582206675342867.key)
[ssh-agent] Using credentials genie.emfcompare (ssh://genie.emfcompare@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/publish-milestone/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.eclipse.org/r/emfcompare/org.eclipse.emf.compare.git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/emfcompare/org.eclipse.emf.compare.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/emfcompare/org.eclipse.emf.compare.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 79dc341a05e33fe9f9d2fe52ce146aa756d04f71 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 79dc341a05e33fe9f9d2fe52ce146aa756d04f71 # timeout=10
Commit message: "Open internal API to change the set of loadable storages"
 > git rev-list --no-walk e7399097dfdc8fbdcab9deb2962b2ea0b447d017 # timeout=10
Triggering publish-milestone » migration
Configuration publish-milestone » migration is still in the queue: ‘centos-7-xc3c7’ is offline
publish-milestone » migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 131752 killed;
[ssh-agent] Stopped.
Finished: SUCCESS