gitlab-runner
running in a windows container with visual studio 2015 installed.
docker run -d -e REGISTRATION_TOKEN=xxx -e CI_SERVER_URL='http://localhost/ci' -e RUNNER_TAG_LIST='MSBUILD,NPM,VS2015' patsissons/gitlab-runner-vs2015
- REGISTRATION_TOKEN - token can be found at
http://.../admin/runners
- CI_SERVER_URL - url is in the form
http://.../ci
- RUNNER_TAG_LIST - comma separated list of tags to register with
- RUNNER_NAME - name to register the runner with
- RUNNER_EXECUTOR - see docs for executors (defaults to
shell
) - RUNNER_SHELL - executor shell to use, see docs for options (default to
cmd
) - CONFIG_FILE - config path override (generally not used)
- REGISTER_RUN_UNTAGGED - TBD
- RUNNER_REQUEST_CONCURRENCY - TBD
- RUNNER_BUILDS_DIR - override the build path
- RUNNER_CACHE_DIR - override the cache path
See the official gitlab-runner usage docs for more information on supported enviornment variables