Skip to content
Success

Changes

Summary

  1. chore(pipelines/cd): update tar command to include only 'bin/' directory (commit: 2fe0322) (details)
Commit 2fe032239876dfd8427dec4852a28dc05396c5d7 by noreply
chore(pipelines/cd): update tar command to include only 'bin/' directory for artifact packaging (#3623)

Close https://github.com/PingCAP-QE/ci/issues/3625

Modified the tar command in build scripts for PD, TiDB, and TikV to
package only the 'bin/' directory instead of all files, improving the
efficiency of artifact creation. Reduce size by not packaging the source
code.
(commit: 2fe0322)
The file was modifiedjenkins/pipelines/cd/multibranch/build_tikv_multi_branch.groovy (diff)
The file was modifiedjenkins/pipelines/cd/multibranch/build_pd_multi_branch.groovy (diff)
The file was modifiedjenkins/pipelines/cd/multibranch/build_tidb_multi_branch.groovy (diff)