Skip to content
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

added missing project_id on the PipelineInfo struct #1176

Merged
merged 1 commit into from Jul 14, 2021

Conversation

mvisonneau
Copy link
Contributor

I am not sure if it is available in all cases as this struct is being used in various places but at least for Bridge.DownstreamPipeline it is actually the case. eg:

...
"downstream_pipeline": {
  "id": 22074,
  "project_id": 200,
  "sha": "a254644edfc891b618fc8b7c745494fbff389f82",
  "ref": "main",
  "status": "manual",
  "created_at": "2021-05-13T16:03:41.783Z",
  "updated_at": "2021-05-13T16:04:49.039Z",
  "web_url": "https://git.example.com/foo/bar/-/pipelines/22074"
}

Copy link
Member

@svanharmelen svanharmelen left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @mvisonneau...

@svanharmelen svanharmelen merged commit a61604b into xanzy:master Jul 14, 2021
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.

None yet

2 participants