patsissons / docker-gitlab-runner-vs2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitlab-runner-vs2015 Container

Docker Version Docker Image Docker Pulls Docker Stars License MIT

gitlab-runner running in a windows container with visual studio 2015 installed.

Usage

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

Environment Variables

  • 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

About

License:MIT License


Languages

Language:Batchfile 77.8%Language:PowerShell 22.2%