Skip to content

Commit

Permalink
Merge pull request #4435 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4415-to-release-4.4

[release-4.4] Bug 1805948: fetch pipeline runs in current namespace
  • Loading branch information
openshift-merge-robot committed Feb 24, 2020
2 parents f2a6018 + 5bf9d62 commit 746890e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class PipelineDetailsPage extends React.Component<DetailsPageProps, PipelineDeta
.then((res) => {
// eslint-disable-next-line promise/no-nesting
k8sList(PipelineRunModel, {
ns: this.props.namespace,
labelSelector: { 'tekton.dev/pipeline': res.metadata.name },
})
.then((listres) => {
Expand Down

0 comments on commit 746890e

Please sign in to comment.