You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fabric8's own CI jobs use the github pull request plugin and a [merge] on PRs to merge changes providing tests pass. This doesn't work with Jenkins Pipelines so it means we are still reliant on the old CI infra.
I wonder if instead of the flow.addMergeCommentToPullRequest(id, project) steps we have in the library we could have a new function that checks the PR has had CI checks passed and then performs a merge?
fabric8's own CI jobs use the github pull request plugin and a
[merge]
on PRs to merge changes providing tests pass. This doesn't work with Jenkins Pipelines so it means we are still reliant on the old CI infra.I wonder if instead of the
flow.addMergeCommentToPullRequest(id, project)
steps we have in the library we could have a new function that checks the PR has had CI checks passed and then performs a merge?https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-button
The text was updated successfully, but these errors were encountered: