Skip to content

Jenkins build status not visible in big PRs #97

@phillipj

Description

@phillipj

With nodejs/node#9745 which has 100+ commits, we just found that the bot pushes Jenkins build status to the wrong commit SHA.

Probably because the list of commits fetched in findLatestCommitInPr() is paginated by GitHub, and therefore we'll have to do some pagination tricks to ensure we actually fetch the latest commit of that specific PR, even if it consists of hundreds of commits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions