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

feat:拉取构件支持流水线调试模式 #10291

Open
fayewong-v5 opened this issue May 6, 2024 · 1 comment
Open

feat:拉取构件支持流水线调试模式 #10291

fayewong-v5 opened this issue May 6, 2024 · 1 comment
Assignees
Labels
kind/enhancement 功能改进特性

Comments

@fayewong-v5
Copy link
Contributor

fayewong-v5 commented May 6, 2024

image

比如如图所示的配置:

  • 当流水线处于调试模式时,运行时应该拉取调试运行记录中最新的构建归档的制品
  • 当流水线处于正常运行模式时,运行时应该拉取正式运行记录中最新的构建归档的制品

不仅仅是此插件,使用相同的 sdk 方法时,也遵循同样的原则,即调试模式和正式运行模式分开

@yaoxuwan
Copy link
Collaborator

yaoxuwan commented May 6, 2024

/process/api/build/builds/${projectId}/${pipelineId}/${buildNum}/history
当流水线存在历史构建时,buildNum为调试的构建号会获取到正式的流水线历史

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement 功能改进特性
Projects
None yet
Development

No branches or pull requests

3 participants