Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/osee/org.eclipse.osee.git
 > git init /home/jenkins/agent/workspace/docker_pipeline # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/osee/org.eclipse.osee.git +refs/heads/*:refs/remotes/origin/* # timeout=120
Avoid second fetch
Checking out Revision 4cafab333d6dfb84f6f3539d40a4f4a54ddfc757 (refs/remotes/origin/dev)
 > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4cafab333d6dfb84f6f3539d40a4f4a54ddfc757 # timeout=10
Commit message: "feature: Make jwt parsing support configurable login key"
 > git rev-list --no-walk 4cafab333d6dfb84f6f3539d40a4f4a54ddfc757 # timeout=10