0

I would like to create a custom "external pipeline" through the gitlab api.
Sort of like how an external CI service works, like Jenkins, A pipeline which is initiated by an external service using a webhook, and in the job info links to an external site.

Is there a way to do this? I searched the docs and haven't found anything.

1 Answer 1

1

Found my solution. I managed to do this using the commits api's build status updates.
POST /projects/:id/statuses/:sha

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.