You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gl_objects/users.rst
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -456,3 +456,60 @@ Get the users activities::
456
456
query_parameters={'from': '2018-07-01'},
457
457
get_all=True,
458
458
)
459
+
460
+
Create new runner
461
+
=================
462
+
463
+
References
464
+
----------
465
+
466
+
* New runner registration API endpoint (see `Migrating to the new runner registration workflow <https://docs.gitlab.com/ee/ci/runners/new_creation_workflow.html#creating-runners-programmatically>`_)
467
+
468
+
* v4 API:
469
+
470
+
+ :class:`gitlab.v4.objects.UserRunner`
471
+
+ :class:`gitlab.v4.objects.UserRunnerManager`
472
+
+ :attr:`gitlab.Gitlab.user_runners`
473
+
474
+
* GitLab API : https://docs.gitlab.com/ee/api/users.html#create-a-runner
0 commit comments