posastickers.blogg.se

Check register templates for mac
Check register templates for mac












The maximum allowed length is 255 characters. You can use it to add information related to runner maintenance. The -maintenance-note parameter was added in GitLab Runner 14.8. This value can later be toggled on or off in the project’s Settings > CI/CD menu. Use this parameter during registration to create a protected runner.įor a protected runner, use the -access-level="ref_protected" parameter.įor an unprotected runner, use -access-level="not_protected" instead or leave the value undefined.

check register templates for mac

It uses a registration API parameter introduced in GitLab 11.11. The -access-level parameter was added in GitLab Runner 12.0.

check register templates for mac

Docker run -rm -v /srv/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner register \ -non-interactive \ -executor "docker" \ -docker-image alpine:latest \ -url "" \ -registration-token "PROJECT_REGISTRATION_TOKEN" \ -description "docker-runner" \ -maintenance-note "Free-form maintainer notes about this runner" \ -tag-list "docker,aws" \ -run-untagged = "true" \ -locked = "false" \ -access-level = "not_protected"














Check register templates for mac