Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use fixed username to call bkci api #1328

Merged

Conversation

narasux
Copy link
Collaborator

@narasux narasux commented May 22, 2024

No description provided.

@narasux narasux requested a review from jiayuan929 May 22, 2024 01:35
@narasux narasux merged commit 2f57e9d into TencentBlueKing:main May 22, 2024
7 checks passed
@@ -1013,6 +1013,8 @@ def _build_file_handler(log_path: Path, filename: str, format: str) -> Dict:
BK_CI_PAAS_PROJECT_ID = settings.get("BK_CI_PAAS_PROJECT_ID", "bk_paas3")
# 云原生应用构建流水线 ID
BK_CI_BUILD_PIPELINE_ID = settings.get("BK_CI_BUILD_PIPELINE_ID", "")
# 云原生应用构建流水线调用用户(应使用虚拟账号)
BK_CI_CLIENT_USERNAME = settings.get("BK_CI_CLIENT_USERNAME", "blueking")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

settings YAML template 里也可以补充一下字段和说明。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants