Skip to content

Console Output

Started by user Laurent Goubet
Running as Laurent Goubet
Building in workspace /var/jenkins/workspace/publish-release
[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-mWaA8fPXGyGK/agent.937834
SSH_AGENT_PID=937837
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/publish-release@tmp/private_key_6366102598928677711.key (/var/jenkins/workspace/publish-release@tmp/private_key_6366102598928677711.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-release/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse-emf-compare/emf-compare # timeout=10
Fetching upstream changes from https://github.com/eclipse-emf-compare/emf-compare
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-emf-compare/emf-compare +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision eca583fc34e24a3139a8cd93d901e6f546a324d0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eca583fc34e24a3139a8cd93d901e6f546a324d0 # timeout=10
Commit message: "Bump EMF Compare to 3.3.20"
 > git rev-list --no-walk eca583fc34e24a3139a8cd93d901e6f546a324d0 # timeout=10
Triggering publish-release » migration
Configuration publish-release » migration is still in the queue: Waiting for next available executor
Configuration publish-release » migration is still in the queue: ‘centos-7-xndrd’ is offline
Configuration publish-release » migration is still in the queue: Waiting for next available executor on ‘centos-7-xndrdpublish-release » migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 937837 killed;
[ssh-agent] Stopped.
Finished: SUCCESS