Add pipelines in application explorer#4749
Merged
Conversation
vrubezhny
requested changes
Jan 28, 2025
| const namespace: string = await Oc.Instance.getActiveProject(); | ||
| const collections: OtherObject[] = await Oc.Instance.getKubernetesObjects(element.kind, namespace, undefined, this.executionContext); | ||
| const taskNames: PipelineTasks[] = []; | ||
| const tasks = collections[0].spec.tasks; |
Contributor
There was a problem hiding this comment.
On clean (just created, not having any deployments) Sandbox account I'm receiving the following error:
Cannot read properties of undefined (reading 'spec')
That's probably happening while going through this line of code
vrubezhny
approved these changes
Jan 30, 2025
Contributor
|
@msivasubramaniaan As far as I understand, we can trigger a pipeline task using a PipelineRun resource. And we can see the results of task run with Then, once triggered, we can describe the run with @msivasubramaniaan Do you think we should show the pipeline task runs some way on the tree (or somehow through the pipeline task context menu) and allow displaying a pipeline task run description? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Displayed list of pipeline task into application explorer