Một mục mã nguồn mở trong kho dữ liệu GitHub của TopGit: defunkt/cijoe, 1.0k sao, Ruby. CI Joe is a fun Continuous Integration server. Unmaintained.
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.
Joe doesn't care about Ruby, Python, or whatever. As long as the
runner returns a non-zero exit status on fail and a zero on success,
everyone is happy.
Need to do some massaging of your repo before the tests run, like
maybe swapping in a new database.yml? No problem - Joe will try to
run .git/hooks/after-reset if it exists before each build phase.
Do it in there. Just make sure it's executable.
Want to notify IRC or email on test pass or failure? Joe will run
.git/hooks/build-failed or .git/hooks/build-worked if they exist
and are executable on build pass / fail. They're just shell scripts -
put whatever you want in there.
Tip: your repo's HEAD will point to the commit used to run the
build. Pull any metadata you want out of that scro.
** WARNING ** Do not run this against a git repo that has unpushed
commits, as this will do a hard reset against the github remote and
wipe out unpushed changes.
Other Branches
Want joe to run against a branch other than master? No problem:
$ git config --add cijoe.branch deploy
Queueing
Joe runs just one build at the time. If you expect concurrent push's
to your repo and want joe to build each in a kind of queue, just set:
$ git config --add cijoe.buildqueue true
Joe will save requests while another build runs. If more than one push
hits joe, he just picks the last after finishing the prior.
Campfire
Campfire notification is included, because it's what we use. Want Joe
notify your Campfire? Put this in your repo's .git/config:
Có — defunkt/cijoe 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/defunkt/cijoe.
defunkt/cijoe có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho defunkt/cijoe. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
defunkt/cijoe dùng license gì?
defunkt/cijoe phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
defunkt/cijoe là gì?
defunkt/cijoe (defunkt/cijoe) là dự án Ruby trên GitHub. Theo mô tả gốc: CI Joe is a fun Continuous Integration server. Unmaintained.
Đọc thêm về defunkt/cijoe ở đâu?
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/defunkt/cijoe là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
cijoe có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về cijoe.