Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install GitLab Runner on Windows including the link 4. Register the Runner.

Note
Note: When registering the runner, use this command line:
.\gitlab-runner.exe register --non-interactive --url "https://gitlab.com" --registration-token "<your project token" --executor "shell" --shell "powershell" --tag-list "master,test-tag,prod-tag" --run-untagged

GitLab Settings

Now, if you go to your repository on GitLab, access "Settings > CI/CD" and expand the "Runners settings" you are able to see your runner already assigned to your project. If the green circle is not showing its probably because you haven't started the Runner on the Target System.

Image Modified

Beside the Specific Runners section, click on Disable shared Runners.

Image Modified

and then expand "Settings > CI/CD"  Variables and setup these variables:

...

LANSA_ROOT_PATH is the directory where the application is installed.

Image Modified