DroneCI execute pipelines on demand

Hi guys,

First I want to mention that DroneCI is an awesome tool. We just switched from TravisCI to DroneCI because of the self-hosted solution you provide and unlimited parallel builds.

Currently, we use the drone as CI and CD tool. We also have a Jenkins configuration which runs our E2E testing and we want to switch this to drone as well. I did a bit of research and saw that drone allows us to trigger pipelines with cron configuration. But we are also looking for a web UI/dashboard where we can trigger builds/pipelines to run the E2E tests on demand (like triggering Jenkins task to execute a test suite). Is that possible with the latest drone version. If not, can you give me some hints on how we can achieve this?

Thanks in advance!