> At Struts project I developed something like this, this runs > sequentially (not sure why but there was a reason) and also supports > PRs (but that needs a dedicated Github user with access to ASF) > > https://github.com/apache/struts/blob/master/Jenkinsfile
Thanks Ćukasz, that's what I was looking for. If you add parallel as described in https://www.jenkins.io/blog/2017/09/25/declarative-1/ I would assume that they no longer run sequentially. Best, Dennis