-
Notifications
You must be signed in to change notification settings - Fork 157
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
[epic][plugin] Implement Stage Plugins #5367
Labels
Comments
This was referenced Dec 24, 2024
The overview of handling SkipStage and ApproveStage will be like this:
This architecture enables other plugins to use SkipStage and ApproveStage. |
This was referenced Jan 30, 2025
This was referenced Feb 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
Support the following stages in the plugin architecture.
WAIT
StageWAIT_APPROVAL
StageANALYSIS
StageCrossing-tasks:
skipOn
optionsskippable
flag to PipelineStage and switch by it on UI (Analysis)approvable
flag to PipelineStage and switch by it on UI (WaitApproval)Note: We've not determined how to support the
SCRIPT_RUN
Stage in the plugin architecture.Why is this needed:
Stages will also become plugins, not built-in code.
That will extend the flexibility of pipelines.
The text was updated successfully, but these errors were encountered: