How to run run external pipelines before gitlab ci (yml)

Hi All,

It is possible to integrate external buildservers like jenkins ci in a form of Integration. And it will show as an external pipeline, and will show its result.

Is it possible to force gitlab CI to first wait for the result of the external CI (jenkins) and then run the pipeline defined in gitlab-ci.yml?

Thanks,
Tamas