Skip to content

Console Output

Started by user Pierre-Charles David
Running as Pierre-Charles David
Building in workspace /var/jenkins/workspace/emf-query-master
[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-P42LGEiCstdE/agent.539702
SSH_AGENT_PID=539705
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /var/jenkins/workspace/emf-query-master@tmp/private_key_279826899971063868.key (/var/jenkins/workspace/emf-query-master@tmp/private_key_279826899971063868.key)
[ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/emf-query-master/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/emf-query.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/emf-query.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/emf-query.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f1012fc2ac822b4a71fa9e2add99d79f2e7cee36 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1012fc2ac822b4a71fa9e2add99d79f2e7cee36 # timeout=10
Commit message: "[version] Bump version to 1.12.1"
 > git rev-list --no-walk 4e887b55c79cbb4d82e9d27f6cefe9f9b3c83dea # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Triggering emf-query-master » openjdk-jdk11-latest,migration
Configuration emf-query-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-1x2dq’ is offline
Configuration emf-query-master » openjdk-jdk11-latest,migration is still in the queue: ‘centos-7-1x2dq’ is not accepting tasks
emf-query-master » openjdk-jdk11-latest,migration completed with result SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 539705 killed;
[ssh-agent] Stopped.
Finished: SUCCESS