How can i send the artifacts from gitlab CI/CD to jenkins?
We are running our tests robotframework in gitlab and at the end we save the result reports (html, xml and logs) as artifacts.
We would to send these artifacts to jenkins, how could we do this???
Thanks