This seems too trivial to ask, but I could not find an answer:
In a Multibranch Pipeline project (controlled by Jenkinsfile): How can I skip previous builds on a branch, if there is a newer one and only build the latest commit and/or the tip of the branch?
Build is running
├────────────────────┤
o────────o────────o────────o
↑ ↑ ↑ ↑
Build Skip Skip Build this
──────────────────────────────────>
(t)