Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/rfelcman/eclipselink.git
 > git init /home/jenkins/agent/workspace/eclipselink-cb-2.7_test # timeout=10
Fetching upstream changes from https://github.com/rfelcman/eclipselink.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/rfelcman/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/rfelcman/eclipselink.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d2e299a217ebb86ea8ec783612b5ece885e20694 (refs/remotes/origin/jenkins_mysql_diagnostic_2.7)
 > git rev-parse refs/remotes/origin/jenkins_mysql_diagnostic_2.7^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d2e299a217ebb86ea8ec783612b5ece885e20694 # timeout=10
Commit message: "MySQL restart in build"
 > git rev-list --no-walk d2e299a217ebb86ea8ec783612b5ece885e20694 # timeout=10