Started by an SCM change Running as SYSTEM Building in workspace /var/jenkins/workspace/sirius-7.0.x [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-XXXXXXnXmuwG/agent.139438 SSH_AGENT_PID=139441 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /var/jenkins/workspace/sirius-7.0.x@tmp/private_key_12389514812321277356.key (/var/jenkins/workspace/sirius-7.0.x@tmp/private_key_12389514812321277356.key) [ssh-agent] Using credentials genie.sirius (ssh://genie.sirius@projects-storage.eclipse.org) The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/sirius-7.0.x/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse-sirius/sirius-desktop.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-sirius/sirius-desktop.git > git --version # timeout=10 > git --version # 'git version 2.42.0' > git fetch --tags --force --progress -- https://github.com/eclipse-sirius/sirius-desktop.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/v7.0.x^{commit} # timeout=10 Checking out Revision 5672e3acb96c8465356b7878d8eff759543dac83 (origin/v7.0.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 5672e3acb96c8465356b7878d8eff759543dac83 # timeout=10 Commit message: "[releng] Remove broken Jenkinsfile" > git rev-list --no-walk 99300999dee5969c1c422170abcafc101d918776 # timeout=10 Triggering sirius-7.0.x » 2021-06,openjdk-jdk16-latest,migration Configuration sirius-7.0.x » 2021-06,openjdk-jdk16-latest,migration is still in the queue: ‘centos-7-4wq3b’ is offline sirius-7.0.x » 2021-06,openjdk-jdk16-latest,migration completed with result SUCCESS $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 139441 killed; [ssh-agent] Stopped. Finished: SUCCESS