Skip to content
StepArgumentsStatus
Start of Pipeline - (14 min in block)
readJSON - (0.11 sec in self)
readTrusted - (15 sec in self)pipelines/pingcap/tidb/latest/pod-merged_build.yaml
podTemplate - (14 min in block)
podTemplate block - (14 min in block)
node - (14 min in block)pingcap_tidb_merged_build_1081-6ls9k
node block - (14 min in block)
stage - (3.9 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.9 sec in block)
checkout - (3.8 sec in self)
withEnv - (14 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (14 min in block)
container - (14 min in block)golang
container block - (14 min in block)
withEnv - (14 min in block)FILE_SERVER_URL
withEnv block - (14 min in block)
timeout - (14 min in block)
timeout block - (14 min in block)
stage - (1.3 sec in block)Debug info
stage block (Debug info) - (1.3 sec in block)
sh (Debug info) - (0.64 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-build-1081-6ls9k-crjqr-5bfdt bash"
container - (0.61 sec in block)net-tool
container block - (0.57 sec in block)
sh - (0.54 sec in self)dig github.com
stage - (21 sec in block)Checkout
stage block (Checkout) - (20 sec in block)
timeout - (20 sec in block)
timeout block - (20 sec in block)
parallel - (20 sec in block)
parallel block (Branch: tidb) - (6 ms in block)
stage - (20 sec in block)tidb
stage block (tidb) - (20 sec in block)
dir - (20 sec in block)tidb
dir block - (20 sec in block)
cache - (17 sec in block)
cache block - (6.7 sec in block)
script - (6.7 sec in block)
script block - (6.6 sec in block)
withCredentials - (2.3 sec in block)
withCredentials block - (2.3 sec in block)
sh (Set git ssh key) - (2.2 sec in self) [ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh cp "$SSH_KEY" ~/.ssh/id_rsa chmod 400 ~/.ssh/id_rsa ssh-keyscan -t rsa,dsa github.com >> ~/.ssh/known_hosts
retry - (4.1 sec in block)2
retry block - (4.1 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (4.1 sec in self)
parallel block (Branch: enterprise-plugin) - (18 sec in block)
stage - (18 sec in block)enterprise-plugin
stage block (enterprise-plugin) - (18 sec in block)
dir - (18 sec in block)enterprise-plugin
dir block - (18 sec in block)
cache - (18 sec in block)
cache block - (14 sec in block)
retry - (14 sec in block)2
retry block - (14 sec in block)
script - (4.2 sec in block)
script block - (4.1 sec in block)
checkout - (4 sec in self)
stage - (7 min 41 sec in block)Build
stage block (Build) - (7 min 40 sec in block)
dir - (7 min 40 sec in block)tidb
dir block - (7 min 40 sec in block)
sh - (7 min 40 sec in self)make bazel_build
dir - (0.2 sec in block)tidb
dir block - (0.16 sec in block)
archiveArtifacts - (0.14 sec in self)
stage - (6 min 29 sec in block)Plugin Test
stage block (Plugin Test) - (6 min 29 sec in block)
timeout - (6 min 29 sec in block)
timeout block - (6 min 29 sec in block)
timeout - (1.5 sec in block)
timeout block - (1.4 sec in block)
sh (build pluginpkg tool) - (1.4 sec in self)cd tidb/cmd/pluginpkg && go build
dir - (3 min 5 sec in block)enterprise-plugin/whitelist
dir block - (3 min 5 sec in block)
sh (build plugin whitelist) - (3 min 5 sec in self) GO111MODULE=on go mod tidy ../../tidb/cmd/pluginpkg/pluginpkg -pkg-dir . -out-dir .
dir - (3 min 22 sec in block)enterprise-plugin
dir block - (3 min 22 sec in block)
retry - (3 min 21 sec in block)3
retry block - (3 min 21 sec in block)
sh (audit plugin test) - (3 min 21 sec in self) go version cd test/ export PD_BRANCH=master export TIKV_BRANCH=master export TIDB_REPO_PATH=/home/jenkins/agent/workspace/pingcap/tidb/merged_build/tidb export PLUGIN_REPO_PATH=/home/jenkins/agent/workspace/pingcap/tidb/merged_build/enterprise-plugin ./test.sh