I'm using Jenkins since a little moment now, but I wanted to do something and I can't find how to do it...
In deed, I want to trigger my projects with two differents way: every 4 hours and for every commit. But for each case, I don't want that all my Jenkinsfile is executed, only some specific stages.
Is it possible to do that with Declarative Pipelines ?
Thanks in advance