Skip to content

Console Output

Loading library egit-pipelines@v0.2.0
Attempting to resolve v0.2.0 from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git ls-remote -- https://git.eclipse.org/r/egit/egit-pipelines # timeout=10
Found match: refs/tags/v0.2.0 revision 9397f5fded6560811abc1946de5785f626811232
Resolving tag commit... (remote references may be a lightweight tag or an annotated tag)
 > git rev-parse --resolve-git-dir /var/jenkins/caches/git-67b496aff59883620d81248fa8208d6b/.git # timeout=10
Setting origin to https://git.eclipse.org/r/egit/egit-pipelines
 > git config remote.origin.url https://git.eclipse.org/r/egit/egit-pipelines # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git config --get remote.origin.url # timeout=10
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/tags/v0.2.0^{commit} # timeout=10
Resolved tag v0.2.0 revision 9397f5fded6560811abc1946de5785f626811232
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/egit-github.gerrit@libs/13f2df172261617978883289be2584c9790e812e8ed2ade72fb11ca9880be05e/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.eclipse.org/r/egit/egit-pipelines # timeout=10
Fetching with tags
Fetching upstream changes from https://git.eclipse.org/r/egit/egit-pipelines
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/egit/egit-pipelines +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 9397f5fded6560811abc1946de5785f626811232 (v0.2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9397f5fded6560811abc1946de5785f626811232 # timeout=10
Commit message: "Adapt to removal of Mylyn"