gitlabhq/gitlab-ci-runner được TopGit xếp vào nhóm dự án mã nguồn mở, với 196 sao trên GitHub, viết chủ yếu bằng Ruby. GitLab Runner PROJECT IS DEPRECATED NOW, PLEASE USE NEW GitLab Runner written in Go (previously named GitLab CI Multi Runner) INSTEAD
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
GitLab Runner PROJECT IS DEPRECATED NOW, PLEASE USE NEW GitLab Runner written in Go (previously named GitLab CI Multi Runner) INSTEAD
GitLab Runner
This is GitLab Runner repository, this application run tests and sends the results to GitLab CI.
GitLab CI is the open-source continuous integration server that coordinates the testing.
Requirements
Omnibus packages and other platforms
The recommended way to install this runner are the Omnibus packages.
GitLab runners are also available for all kinds of other platforms such as Windows and OSX.
For more information about both please see the runner section of the GitLab CI page on the website.
Supported platforms
This projects officially support these Linux distributions:
Ubuntu
Debian
CentOS
Red Hat Enterprise Linux
Scientific Linux
Oracle Linux
Mac OSX and other POSIX operating systems are not supported but will work with adaptations.
Under Windows the runner will only work under POSIX compliant environments like Cygwin.
Also see the alternative Runners for Windows, Scala/Java and Node please see the runner section of the GitLab CI page on the website.
Install dependencies
The easiest and recommended way to install the runner is with the GitLab Runner Omnibus package.
mkdir /tmp/ruby && cd /tmp/ruby
curl --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz | tar xz
cd ruby-2.1.5
./configure --disable-install-rdoc
make
sudo make install
b) Mac OS X (make sure you have the Xcode command line tools installed), UNTESTED
The registration token can be found at: http://gitlab-ci-domain.com/admin/runners, accessible through Header > Runners.
By default the configuration file for your new runner gets written in the directory where the gitlab-ci-runner source code was installed, e.g. in /home/gitlab_ci_runner/gitlab-ci-runner/config.yml.
You can tell bin/setup to use a different directory with the -C switch.
bin/setup -C /my/runner/working/directory
You can also specify RUNNER_DESCRIPTION and RUNNER_TAG_LIST during setup.
To unlink the runner from the coordinator you can run following command:
bin/unlink
It will remove the runner's information from the coordinator and remove the given token from the current runner
cd /home/gitlab_ci_runner/gitlab-ci-runner
sudo cp ./lib/support/init.d/gitlab_ci_runner.default.example /etc/default/gitlab_ci_runner
Run
Using the system service with Upstart/init.d script:
sudo service gitlab-ci-runner start
OR
Manually:
sudo su gitlab_ci_runner
cd /home/gitlab_ci_runner/gitlab-ci-runner
bundle exec ./bin/runner
If you are using a custom working directory you can tell the runner about it with the -C switch.
The default working directory is the directory where the gitlab-ci-runner source code was installed, e.g. /home/gitlab_ci_runner/gitlab-ci-runner.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/gitlabhq/gitlab-ci-runner là nguồn chính thức.
gitlabhq/gitlab-ci-runner có bao nhiêu sao?
gitlabhq/gitlab-ci-runner có 196 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/gitlabhq/gitlab-ci-runner. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
gitlabhq/gitlab-ci-runner có phải mã nguồn mở không?
Có — gitlabhq/gitlab-ci-runner phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/gitlabhq/gitlab-ci-runner.
gitlabhq/gitlab-ci-runner có trang demo không?
Dự án có trang chủ ở https://about.gitlab.com/gitlab-ci/. Tab "Readme" ở trang này thường có ảnh chụp và hướng dẫn bắt đầu nhanh.
gitlabhq/gitlab-ci-runner là gì?
gitlabhq/gitlab-ci-runner (gitlabhq/gitlab-ci-runner) là dự án Ruby trên GitHub. Theo mô tả gốc: GitLab Runner PROJECT IS DEPRECATED NOW, PLEASE USE NEW GitLab Runner written in Go (previously named GitLab CI Multi Runner) INSTEAD
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về gitlab-ci-runner?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về gitlab-ci-runner.