Skip to content

get_pipelineid_from_workflow #87

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

Merged
merged 3 commits into from
Jan 9, 2018
Merged

Conversation

ziv-codefresh
Copy link
Contributor

No description provided.

@@ -6,7 +6,7 @@ class Workflow extends Entity {
this.entityType = 'workflow';
this.info = data;
this.defaultColumns = ['id', 'pipeline', 'status', 'created', 'finished', 'totalTime', 'trigger', 'repository', 'branch'];
this.wideColumns = this.defaultColumns.concat([]);
this.wideColumns = this.defaultColumns.concat(['pipeline_Id']);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename field to be with - instead of _
rename pipeline => pipeline-name
put pipeline id next to pipeline name

@ziv-codefresh ziv-codefresh merged commit cf92447 into master Jan 9, 2018
@noam-codefresh noam-codefresh deleted the get_pipelineid_from_workflow branch August 13, 2021 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants