Skip to content
Success

Changes

Summary

  1. chore(pipelines/tiflash): fix checkout submodule failed due to (commit: 53f4c36) (details)
Commit 53f4c3627a9058fdd261f13bf6acf59b35be509f by noreply
chore(pipelines/tiflash): fix checkout submodule failed due to permission on branch release-9.0-beta (#3619)

Added the SSH key configuration using
`git.setSshKey(GIT_CREDENTIALS_ID)` to the following scripts:
merged_build.groovy, merged_unit_test.groovy,
pull_integration_test.groovy, and pull_unit_test.groovy. This change
enhances the security and accessibility of Git operations within the
pipeline.
(commit: 53f4c36)
The file was modifiedpipelines/pingcap/tiflash/release-9.0-beta/merged_build.groovy (diff)
The file was modifiedpipelines/pingcap/tiflash/release-9.0-beta/merged_unit_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflash/release-9.0-beta/pull_integration_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflash/release-9.0-beta/pull_unit_test.groovy (diff)