Skip to content

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-e6cxdb704D59/agent.431811
SSH_AGENT_PID=431814
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/publish-milestone@tmp/private_key_1903737808188855113.key (/var/jenkins/workspace/publish-milestone@tmp/private_key_1903737808188855113.key)
[ssh-agent] Using credentials genie.acceleo (ssh://genie.acceleo@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-acceleo/acceleo
 > git init /var/jenkins/workspace/publish-milestone # timeout=10
Fetching upstream changes from https://github.com/eclipse-acceleo/acceleo
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-acceleo/acceleo +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-acceleo/acceleo # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision dc2ff975ef75858bd1ceac8de758240175b4058d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dc2ff975ef75858bd1ceac8de758240175b4058d # timeout=10
Commit message: "fix update site location for publishing script"
 > git rev-list --no-walk dc2ff975ef75858bd1ceac8de758240175b4058d # timeout=10
Triggering publish-milestone » migration
Configuration publish-milestone » migration is still in the queue: ‘centos-7-gknjk’ is offline
Configuration publish-milestone » migration is still in the queue: Waiting for next available executor on ‘centos-7-gknjkpublish-milestone » migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 431814 killed;
[ssh-agent] Stopped.
Finished: SUCCESS