Skip to content

Console Output

No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Tomas-Kraus/jaxb-tck.git
 > git init /home/jenkins/agent/workspace/jaxb-tck_master # timeout=10
Fetching upstream changes from https://github.com/Tomas-Kraus/jaxb-tck.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/Tomas-Kraus/jaxb-tck.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision e30ada5f06b51c2d8f6b64e0baf8f54111fcc472 (refs/remotes/origin/JAKARTA_API)
 > git config remote.origin.url https://github.com/Tomas-Kraus/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/Tomas-Kraus/jaxb-tck.git # timeout=10
Fetching upstream changes from https://github.com/Tomas-Kraus/jaxb-tck.git
 > git fetch --tags --force --progress -- https://github.com/Tomas-Kraus/jaxb-tck.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/JAKARTA_API^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/JAKARTA_API^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e30ada5f06b51c2d8f6b64e0baf8f54111fcc472
Commit message: "Build script modifications."
First time build. Skipping changelog.
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b JAKARTA_API e30ada5f06b51c2d8f6b64e0baf8f54111fcc472