Skip to content

Console Output

23:09:09 [2020-02-04T23:09:09.673Z] using credential docker-jenkins-github-credentials
23:09:09 [2020-02-04T23:09:09.689Z] Cloning the remote Git repository
23:09:09 [2020-02-04T23:09:09.689Z] Cloning with configured refspecs honoured and without tags
23:09:09 [2020-02-04T23:09:09.691Z] Cloning repository https://github.com/docker/engine.git
23:09:09 [2020-02-04T23:09:09.692Z]  > git init /home/docker/workspace/engine_19.03 # timeout=10
23:09:09 [2020-02-04T23:09:09.701Z] Fetching upstream changes from https://github.com/docker/engine.git
23:09:09 [2020-02-04T23:09:09.701Z]  > git --version # timeout=10
23:09:09 [2020-02-04T23:09:09.705Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:09:09 [2020-02-04T23:09:09.705Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/heads/19.03:refs/remotes/origin/19.03
23:09:35 [2020-02-04T23:09:35.772Z] Fetching without tags
23:09:36 [2020-02-04T23:09:36.107Z] Checking out Revision 5f6d6f3f220355e6db7167ba82bc2def47a013d0 (19.03)
23:09:37 [2020-02-04T23:09:37.048Z] Commit message: "Merge pull request #40453 from thaJeztah/19.03_bump_containerd"
23:09:35 [2020-02-04T23:09:35.732Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:09:35 [2020-02-04T23:09:35.736Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
23:09:35 [2020-02-04T23:09:35.758Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:09:35 [2020-02-04T23:09:35.774Z] Fetching upstream changes from https://github.com/docker/engine.git
23:09:35 [2020-02-04T23:09:35.774Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:09:35 [2020-02-04T23:09:35.775Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/heads/19.03:refs/remotes/origin/19.03
23:09:36 [2020-02-04T23:09:36.110Z]  > git config core.sparsecheckout # timeout=10
23:09:36 [2020-02-04T23:09:36.113Z]  > git checkout -f 5f6d6f3f220355e6db7167ba82bc2def47a013d0