CI with Gitlab&Jenkins
安裝Gitlab
https://about.gitlab.com/downloads/#ubuntu1604
裝好預設是80port,可以如下更改port
sudo -e /etc/gitlab/gitlab.rb
Change
external_url
from
yourdomain.com
to
yourdomain.com:9999
sudo gitlab-ctl reconfigure
Last updated
安裝Gitlab
https://about.gitlab.com/downloads/#ubuntu1604
裝好預設是80port,可以如下更改port
sudo -e /etc/gitlab/gitlab.rb
Change
external_url
from
yourdomain.com
to
yourdomain.com:9999
sudo gitlab-ctl reconfigure
Last updated