Skip to content
StepArgumentsStatus
Start of Pipeline - (12 min in block)
readJSON - (0.12 sec in self)
readTrusted - (4.2 sec in self)pipelines/pingcap/docs-cn/latest/pod-merged_update_docs_cn.yaml
podTemplate - (12 min in block)
podTemplate block - (12 min in block)
node - (12 min in block)pingcap_docs-cn_merged_update_docs_cn_255-3chb6
node block - (12 min in block)
stage - (3.8 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.7 sec in block)
checkout - (3.7 sec in self)
withEnv - (12 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (12 min in block)
container - (12 min in block)runner
container block - (12 min in block)
withEnv - (12 min in block)FILE_SERVER_URL
withEnv block - (12 min in block)
timeout - (12 min in block)
timeout block - (12 min in block)
stage - (2.1 sec in block)Debug info
stage block (Debug info) - (1.9 sec in block)
sh (Debug info) - (0.68 sec in self) printenv echo "-------------------------" python3 -V echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-docs-cn-merged-update-docs-cn-255-3chb6-xbdb5-f38l0 bash"
container - (1.1 sec in block)net-tool
container block - (0.95 sec in block)
sh - (0.67 sec in self)dig github.com
script - (0.23 sec in block)
script block - (34 ms in block)
stage - (21 sec in block)Checkout
stage block (Checkout) - (21 sec in block)
timeout - (21 sec in block)
timeout block - (21 sec in block)
dir - (21 sec in block)docs-cn
dir block - (20 sec in block)
container - (20 sec in block)node
container block - (20 sec in block)
sh (set git config) - (0.61 sec in self) git config --global --add safe.directory '*'
cache - (20 sec in block)
cache block - (6 sec in block)
retry - (6 sec in block)2
retry block - (5.9 sec in block)
script - (5.9 sec in block)
script block - (5.8 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (5.8 sec in self)
stage - (11 min in block)Build pdf
stage block (Build pdf) - (11 min in block)
timeout - (11 min in block)
timeout block - (11 min in block)
dir - (11 min in block)docs-cn
dir block - (11 min in block)
withCredentials - (11 min in block)
withCredentials block - (11 min in block)
sh (Build pdf) - (11 min in self)#!/usr/bin/env bash sudo pip3 install boto3 sudo pip3 install awscli printf "%s " ${AWS_ACCESS_KEY} ${AWS_SECRET_KEY} ${AWS_REGION} "json" | aws configure find -name '*.md' | xargs -d ' ' grep -P ' ' && exit 1 python3 scripts/merge_by_toc.py scripts/generate_pdf.sh
sh (Upload pdf) - (6.8 sec in self)#!/usr/bin/env bash target_version=$(echo release-5.2 | sed 's/release-//') if [ "release-5.2" = "master" ]; then python3 scripts/upload.py output.pdf ${QINIU_BUCKET_NAME}-dev-zh-manual.pdf; elif [ "release-5.2" = "release-7.5" ]; then python3 scripts/upload.py output.pdf ${QINIU_BUCKET_NAME}-stable-zh-manual.pdf; elif case "release-5.2" in release-*) ;; *) false;; esac; then python3 scripts/upload.py output.pdf ${QINIU_BUCKET_NAME}-v${target_version}-zh-manual.pdf; fi