Hi, In ZooKeeper we have this jenkins job which is triggered at every pull request change (new, push and with trigger phrase)
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/ Unfortunately when the job starts two lines are displayed in github, one line named 'Jenkins' and the second is named 'default' Like here https://github.com/apache/zookeeper/pull/638 The second one is 'new' and it is better than the first, and it appeared when I have enabled the build with 'trigger phrase'. Now my problem is that I don't want the 'Jenkins' line any more but I cannot find any condiguration from it. It seems that only one job execution starts, not two, but when the execution finishes the 'Jenkins' line is not updated, it remains always 'yellow' and the 'default' one We do not have any scriot in the codebase which is using github API. Apparently that line is added by some other undocumented hook Do you have any track of such configuration or logs ? Thank you in advance Enrico Olivelli -- -- Enrico Olivelli