Community
Participate
Working Groups
This is a follow-up bug for https://bugs.eclipse.org/bugs/show_bug.cgi?id=537284#c25 The xtext-lib project is configured to set up jobs for PRs. There is currently one PR job: https://jenkins.eclipse.org/xtext/job/xtext-lib/view/change-requests/job/PR-120/ It is expected that build results are reported to the Checks section of the PR: https://github.com/eclipse/xtext-lib/pull/120 There is such feedback already, but it originates from the old JIPP. We need the same integration for the new infrastructure.
Feedback from the new JIPP works, but since it has the same name (continuous-integration/jenkins/pr-merge) as the one from the old JIPP they overwrite each other. The name "continuous-integration/jenkins/pr-merge" is hard coded: => https://github.com/jenkinsci/github-branch-source-plugin/blob/master/src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubNotificationContext.java#L150 Since the new JIPP will replace the old JIPP eventually I'm closing this as WORKSFORME.
OK, thanks for this note. Then we'll assume that it will work once we switch.