Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
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.0.1-BRANCH # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --progress https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.0.1-BRANCH:refs/remotes/origin/2.0.1-BRANCH # timeout=10
Avoid second fetch
Checking out Revision 38f9d685af5eaf33790ee4aba96954d987406624 (2.0.1-BRANCH)
 > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/2.0.1-BRANCH:refs/remotes/origin/2.0.1-BRANCH # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 38f9d685af5eaf33790ee4aba96954d987406624 # timeout=10
Commit message: "Prepare next development cycle for 2.1.0-SNAPSHOT"