Skip to content

Add automatic retry for standalone builds

Adelina Eleonora Lintuluoto requested to merge retry into master

Automatic retry if the build fails, e.g. due to networking issues. One can set the failure cases when to retry (found here https://docs.gitlab.com/ee/ci/yaml/#retry). Right now it retries on all cases.

Merge request reports