Material do ambiente do curso de Integração e Entrega Continua com Git, Jenkins, Nexus e Sonar
sudo vagrant up repo --provision
Instalando Gitlab-CE
# curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
Configurando Gitlab-CE
# vim /etc/gitlab/gitlab.rb
...
external_url 'http://192.168.99.10'
alertmanager['enable'] = false
gitlab_monitor['enable'] = false
node_exporter['enable'] = false
postgres_exporter['enable'] = false
prometheus['enable'] = false
redis_exporter['enable'] = false
...
Carregando novas configurações
# gitlab-ctl reconfigure
Iniciando a maquina pipeline via vagrant.
$ vagrant up pipeline --provision
Instalando Jenkins
# curl http://pkg.jenkins-ci.org/redhat/jenkins.repo -o /etc/yum.repos.d/jenkins.repo
# rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
# yum install jenkins