Skip to content

Console Output

Cloning the remote Git repository
Cloning repository https://github.com/eclipse/Xpect.git
 > /usr/local/bin/git init /home/hudson/genie.xpect/.jenkins/jobs/Xpect-Integration-Release/workspace # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/Xpect.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9a0c75a1a94b10f27f351b0cf43863382953cc04 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 9a0c75a1a94b10f27f351b0cf43863382953cc04
Commit message: "adjust Jenkinsfile for eclipse infra (#227)"