GitLab CI with node.js

I have no experience with GitLab CI. Therefore, I prefer to use node.js ( https://about.gitlab.com/gitlab-ci/#gitlab-runner ) and install it on my local computer.

After the installation is complete, I started gcr . How can I enter the GitLabCI URL and my GitLab CI registration token.

After that, I received a dozen times this message:

  gcr info [client] checking for builds... gcr http 404 https://ci.gitlab.com/api/v1/builds/register.json gcr info [client] checking for builds... gcr http 404 https://ci.gitlab.com/api/v1/builds/register.json 

If I enter the above URL in my browser, the console will display the following message:

Failed to load the resource: the server responded with a status of 405 (Method not allowed)

Can someone help me get the first steps with GitLab CI and node.js connection with it?

+5
source share

All Articles