Skip to content

Add on_sucess and on_failure

If image build of standalone succeeds then the pipeline should close and remove label Building from the corresponding issue. This is possible since backend passes the issue IID as a variable to the pipeline.

If image build of standalone fails then the pipelines should keep the issue open but change the label to something like "Pipeline failed" or "Error building".

(https://docs.gitlab.com/ee/api/issues.html#edit-issue)