Skip to content

Console Output

Started by user Yvan Lussaud
Running as Yvan Lussaud
Building in workspace /var/jenkins/workspace/acceleo-master-new
[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-RgdB7me1gJqb/agent.393821
SSH_AGENT_PID=393824
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/acceleo-master-new@tmp/private_key_7343990619145600719.key (/var/jenkins/workspace/acceleo-master-new@tmp/private_key_7343990619145600719.key)
[ssh-agent] Using credentials genie.acceleo (ssh://genie.acceleo@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6fa89012ae3ff809ce32861318151cb634f8f62a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6fa89012ae3ff809ce32861318151cb634f8f62a # timeout=10
Commit message: "Fixed typo in publish-nightly."
 > git rev-list --no-walk 2515ea37cc0d39155edb31e69231cf3f3770a747 # timeout=10
Triggering acceleo-master-new » migration
Configuration acceleo-master-new » migration is still in the queue: Waiting for next available executor
Configuration acceleo-master-new » migration is still in the queue: ‘centos-7-qvrdj’ is offline
acceleo-master-new » migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 393824 killed;
[ssh-agent] Stopped.
Finished: SUCCESS