Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: retry_v2变量免渲染问题处理 #7526 #7529

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

lTimej
Copy link
Collaborator

@lTimej lTimej commented Aug 5, 2024

No description provided.

@lTimej lTimej requested a review from normal-wls August 5, 2024 07:36
@lTimej lTimej added the type/bug 缺陷 label Aug 5, 2024
@lTimej lTimej linked an issue Aug 5, 2024 that may be closed by this pull request
@@ -94,6 +94,11 @@ def retry_v2(self, operator: str, **kwargs) -> dict:
return api_result
if "__executor_proxy" in api_result.data["inputs"] and kwargs["inputs"]:
kwargs["inputs"]["__executor_proxy"] = api_result.data["inputs"]["__executor_proxy"]["value"]
if "job_content" in api_result.data["inputs"] and kwargs["inputs"]:
Copy link
Member

Choose a reason for hiding this comment

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

job_content 还是硬编码了,需要用need_render字段

@normal-wls normal-wls merged commit a6872ae into TencentBlueKing:master Sep 18, 2024
6 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type/bug 缺陷
Projects
None yet
Development

Successfully merging this pull request may close these issues.

retry_v2变量免渲染问题处理
2 participants