ci icon indicating copy to clipboard operation
ci copied to clipboard

build pipelines get hash is unstable.

Open purelind opened this issue 1 year ago • 0 comments

Currently we get release branch commit sha1 through a python script, this step is not stable.

We need to refactor this part of the logic, directly calling the GitHub API for implementation, and adding error retry to ensure stability.

https://github.com/PingCAP-QE/ci/blob/main/jenkins/pipelines/cd/pre-release-community-docker.groovy#L119-L127

purelind avatar Jul 04 '23 06:07 purelind