Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/jgit/jgit
 > git init /home/jenkins/agent/workspace/stable/jgit-publish-site/repo # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/jgit/jgit
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/jgit/jgit +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b438804847bae293761f425175f693d385013408 (origin/stable-6.7)
Commit message: "Fix generation of maven site"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
The recommended git tool is: NONE
No credentials specified
 > git rev-parse HEAD^{commit} # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/jgit/jgit # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/stable-6.7^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b438804847bae293761f425175f693d385013408 # timeout=10
[GitCheckoutListener] Recording commits of 'git https://git.eclipse.org/r/jgit/jgit'
[GitCheckoutListener] Found previous build 'stable/jgit-publish-site #202' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'ea02caf'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'b438804' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@3829cb64'