You could try doing an empty commit. git commit --allow-empty -m 'trigger new CI check' && git push
Thanks, Dinesh On Tue, Sep 8, 2020 at 5:39 PM Mingliang Liu <lium...@apache.org> wrote: > Hi, > > To trigger a PreCommit build without code change, I can make the JIRA > status "Patch Available" and provide the JIRA number to "Build With > Parameters" link > < > https://ci-hadoop.apache.org/view/Hadoop/job/PreCommit-HADOOP-Build/build?delay=0sec > > > . > > Not sure how to do that for a PR without a real commit to the PR branch? > > Thanks, >