Skip to content

Console Output

07:33:43 using credential docker-jenkins-github-credentials
07:33:43 Cloning the remote Git repository
07:33:43 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2182 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2182/head:refs/remotes/origin/PR-2182 +refs/heads/master:refs/remotes/origin/master
07:33:49 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2182/head:refs/remotes/origin/PR-2182 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2182/head:refs/remotes/origin/PR-2182 +refs/heads/master:refs/remotes/origin/master
07:33:50 Merging remotes/origin/master commit 3d35fd40d2c522a8670f0eb3f0975bcb5f8ee4a7 into PR head commit cb29ef6c6d2df8a93d1b03dd4a0af5ccd00d7cbe
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb29ef6c6d2df8a93d1b03dd4a0af5ccd00d7cbe
07:33:51 Merge succeeded, producing cb29ef6c6d2df8a93d1b03dd4a0af5ccd00d7cbe
07:33:51 Checking out Revision cb29ef6c6d2df8a93d1b03dd4a0af5ccd00d7cbe (PR-2182)
 > git merge 3d35fd40d2c522a8670f0eb3f0975bcb5f8ee4a7 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb29ef6c6d2df8a93d1b03dd4a0af5ccd00d7cbe
07:33:53 Commit message: "Add interpolation type cast for max_replicas_per_node"
07:33:53 First time build. Skipping changelog.
 > git rev-list --no-walk d0901525c8d13c98e73e02a8506d27647145f703 # timeout=10