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-XXXXXX8Rpaup/agent.277816
SSH_AGENT_PID=277819
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/publish-release@tmp/private_key_6500982241761680820.key (/var/jenkins/workspace/publish-release@tmp/private_key_6500982241761680820.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-release/.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.43.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 8ff0d347374a772f1a636f7d2ebfcf09162e4e17 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ff0d347374a772f1a636f7d2ebfcf09162e4e17 # timeout=10
Commit message: "Added support for Windows end of line in completion proposals."
 > git rev-list --no-walk 0798471ad8129d106848fd2c0137fefa16dc8cb2 # timeout=10
Triggering publish-release » migration
Configuration publish-release » migration is still in the queue: ‘centos-7-ltrrj’ is offline
Configuration publish-release » migration is still in the queue: Waiting for next available executor on ‘centos-7-ltrrj’
Configuration publish-release » migration is still in the queue: ‘centos-7-ltrrj’ is not accepting tasks
publish-release » migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 277819 killed;
[ssh-agent] Stopped.
Finished: SUCCESS