-
Notifications
You must be signed in to change notification settings - Fork 90
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
Proposal: Graphical page realizes "Parametric Build" #144
Comments
/priority high |
need to add /milestone v3.1.1 |
This is an important improvement. But we don't have the perfect solution now. And we might need to have a design first. I'm not sure if we can put this improvement into milestone v3.1.1. By the way, milestone v3.1.1 has not to be created yet. https://github.com/kubesphere/kubesphere/milestones |
@LinuxSuRen |
Got you. I don't have permission to create milestones. We will do the planning work after the holiday. |
I think this improvement is supposed to be added into milestone v3.2 instead of a patch release. |
About the Pipeline parametric setting via UI conflicts with Jenkinsfile. So, I think we should fix it as soon as possible. But we might have a limited capacity to do that. |
Since this is a console issue, I suggest moving this issue to kubepshere console repo. |
I prefer keeping it be here before having a design for the improvement. I'm not sure if the backend needs changes. |
/cc @kubesphere/sig-console |
Is there a better solution now? |
I am afraid that we need contributors to help with this. |
Due to some technical limits, the parameters we entered when creating the "Parametric Build" pipeline can only take effect in
config.xml
, and the Jenkinsfile generated when the pipeline is drawn cannot get the parameters configured when it is created, so it's difficult to use the graphical page Elegantly create "Parametric Build" pipelines.I think it is possible to directly provide the "Parametric Build" entry when drawing the pipeline, and remove the "Parametric Build" entry at creating the pipeline, then "Parametric Build" can be perfectly realized and never confuse users anymore.
/kind proposal
/area devops
/area console
The text was updated successfully, but these errors were encountered: