Hi, We are seeing a weird behaviour of the GitHub Pull Request Builder on ASF Jenkins:
I am changing the "Commit Status Context" for the ANT based precommit from "Jenkins" to "JenkinsAnt". Long story: we have two jobs: - one for ANT: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/ that writes "Jenkins" on the PR validation section this one should be active only for "branch-3.4" and "branch-3.5" branch - one for Maven: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build-maven that writes "JenkinsMaven" on the PR validation section this one should be active only for "master" and "branch-3.5" branch It seems that sometimes we have two lines that report "Jenkins" and "JenkinsMaven" but both of them are about "Maven" Just see here: https://github.com/apache/zookeeper/pull/1147 As "Jenkins" is the default value for "Commit Status Context" I guess that the Jenkins plugin is messed up. So my trial now is to drop "Jenkins" in favour of "JenkinsAnt" Unfortunately these problems are on the shared ASF environment, I can't try them locally. I apologize for this annoying stuff Enrico
