Skip to content
Aborted

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-XXXXXXJsSJQx/agent.326458
SSH_AGENT_PID=326461
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/publish-milestone@tmp/private_key_17265987484590991629.key (/var/jenkins/workspace/publish-milestone@tmp/private_key_17265987484590991629.key)
[ssh-agent] Using credentials genie.acceleo (ssh://genie.acceleo@projects-storage.eclipse.org)
The recommended git tool is: git
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://github.com/eclipse-acceleo/acceleo # timeout=10
Fetching upstream changes from https://github.com/eclipse-acceleo/acceleo
 > git --version # timeout=10
 > git --version # 'git version 2.42.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse-acceleo/acceleo +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 0798471ad8129d106848fd2c0137fefa16dc8cb2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0798471ad8129d106848fd2c0137fefa16dc8cb2 # timeout=10
Commit message: "Fixed #90 references should show services with a more generic type and #92 rename refactoring only renames the services with the same type."
 > git rev-list --no-walk 6220a78459f8805961666d9bc7d2c053da86148a # timeout=10
Triggering publish-milestone » migration
Configuration publish-milestone » migration is still in the queue: ‘centos-7-5z2pk’ is offline
publish-milestone » migration appears to be cancelled
publish-milestone » migration completed with result ABORTED
Interrupting #8
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 326461 killed;
[ssh-agent] Stopped.
Finished: ABORTED