-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
CloudBees Jenkins 2.89.3-4-rolling (Core Jenkins 2.89.3)
I have a single Github Repository, with 2 Jenkinsfiles in 2 different sub-folder of this repository.
On Jenkins, I have 2 Multibranch Pipeline Jobs, both using the GitHub repository (as a GitHub SCM source). They do not use the same Jenkinsfile (pipeline "a" uses "a/Jenknisfile " and pipeline "b" uses "b/Jenkinsfile").
When I create a Pull Request, both Pipeline are triggered, which is expected and normal.
However, the PR status is set on the by both Pipelines: the slower to complete will be the last to set the status.
I understand this use case is not optimal, but as improvement, it could be useful to have the status referencing the pipeline name.