Skip to content
Success

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-XXXXXXEkL9id/agent.153197
SSH_AGENT_PID=153200
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/publish-release@tmp/private_key_10825910716835753039.key (/var/jenkins/workspace/publish-release@tmp/private_key_10825910716835753039.key)
[ssh-agent] Using credentials genie.emfcompare (ssh://genie.emfcompare@projects-storage.eclipse.org)
The recommended git tool is: git
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.43.2'
 > 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 d83723c7b37f31584168f71827cdace9c7a4c82f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d83723c7b37f31584168f71827cdace9c7a4c82f # timeout=10
Commit message: "Bump version to 3.3.25"
 > git rev-list --no-walk 6f1fe03a9ac222b9b94a6495ee83d71190ba8a3a # timeout=10
Triggering publish-release » migration
Configuration publish-release » migration is still in the queue: ‘centos-7-8w92z’ is offline
publish-release » migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 153200 killed;
[ssh-agent] Stopped.
Finished: SUCCESS