Skip to content

Console Output

The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-ee4j/tyrus.git
 > git init /home/jenkins/agent/workspace/tinuous-integration_2.1.4-BRANCH # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.1.4-BRANCH:refs/remotes/origin/2.1.4-BRANCH # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/2.1.4-BRANCH:refs/remotes/origin/2.1.4-BRANCH # timeout=10
Avoid second fetch
Checking out Revision 4624d452f44ecbceda6c66a001429bc8e3dfc39f (2.1.4-BRANCH)
Commit message: "Prepare next development cycle for 2.1.99-SNAPSHOT"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4624d452f44ecbceda6c66a001429bc8e3dfc39f # timeout=10