Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@384b40eb; decorates RemoteLauncher[hudson.remoting.Channel@fc20a720:JNLP4-connect connection from 10.40.66.244/10.40.66.244:57436] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
Checking out Revision b3d869aaa9bcb62f6c5746b8eb405b5cd92600ef (refs/remotes/origin/master)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-master/.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b3d869aaa9bcb62f6c5746b8eb405b5cd92600ef # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master b3d869aaa9bcb62f6c5746b8eb405b5cd92600ef # timeout=10
Commit message: "#2154: Cannot checkout Git repo on Windows due to colon in file names."
 > git rev-list --no-walk df24ebbc65b2d28d4f5069e9515a24b9b7ca6528 # timeout=10