You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing some interesting growth pain around pipelines: how we name them, how we can rename and/or deprecate them, how we can compose and reuse them. This is a "meta" issue to track the problems, solution elements and relate to other tickets and discussions.
Perhaps adding more there and providing a "help" icon would help. 2eb587d
Refactor deploy_to_develop pipeline in tech-specific pipelines #1045 Split d2d pipeline in two: Java and JS. For instance, the deploy_to_development needs to be split into one pipeline for Java and one pipeline for JavaScript that can be used standalone. The matching part should also be its own pipeline. And we still want to have a combined Java/JavaScript.
I want to have d2d pipeline capabilities for several discrete technologies/stacks: Java, or JS, or Python or NuGet such that I can focus this on a single package.
I want also to be able to analyze large codebase with multiple technologies, providing my input on which techs are used: for instance, Java and JS, or PHP and JS
Some pipeline descriptions are too terse and should explain more.
Note that the full description and list of steps is listed on the popup.
We could reorg the way we present pipelines in the UI to ease navigation and selection.
The sort order of the pipelines is only alpha and is not the most obvious, most useful order
We could add labels to each pipeline to help sort and filter them. We could tag older, legacy pipelines accordingly
Some users are confused when selecting which pipeline to use and end up selecting the wrong or too many pipelines.
We are facing some interesting growth pain around pipelines: how we name them, how we can rename and/or deprecate them, how we can compose and reuse them. This is a "meta" issue to track the problems, solution elements and relate to other tickets and discussions.
Here are some directions and discussions:
Some Problems:
Some pipelines should be retired and are no longer needed: should we track deprecation? or just retire them?Note that the full description and list of steps is listed on the popup.
Some possible todos
combine with "load_inventory". This could be only SBOMs: SPDX and CycloneDXconsider renaming load_inventory to "load_scan": This would be only our own scans (SCIO, SCTK, etc)Create many new d2d pipelines: analyze_deployed_dotnet, php, python, native c/cpp, golang, rust,ruby, deb, rpm,...analyze_deployed_code
pipeline. Then select all the techs you care for using an arg/option Add ability to "group" pipeline steps to control inclusion #1045 #1055Have a way to scan to keep a stable order for pipelines displayThe text was updated successfully, but these errors were encountered: