Skip to content

Console Output

No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@c9765a8a; decorates RemoteLauncher[hudson.remoting.Channel@b0ffff4e:JNLP4-connect connection from 10.128.10.1/10.128.10.1:41868] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jaxb-tck.git
 > git init /home/jenkins/agent/workspace/jaxb-tck_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jaxb-tck.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jaxb-tck.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jaxb-tck.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jaxb-tck.git # timeout=10
Checking out Revision 36542b6a854231c8b10e051aaaca6879688395e4 (refs/remotes/origin/master)
Fetching upstream changes from https://github.com/eclipse-ee4j/jaxb-tck.git
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jaxb-tck.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36542b6a854231c8b10e051aaaca6879688395e4 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 36542b6a854231c8b10e051aaaca6879688395e4 # timeout=10
Commit message: "Merge pull request #23 from alwin-joseph/master"
First time build. Skipping changelog.
 > git rev-list --no-walk d9eb428fe5c03bc674c633192f68011dd39d6301 # timeout=10