maxfouquet / docker-ci

Docker CI Pipeline with Jenkins and SonarQube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker CI

Docker CI Pipeline

Tools

Setup CI

make

Unlock Jenkins

docker exec -it jenkins cat /var/jenkins_home/secrets/initialAdminPassword

Create Jenkins user with relevant permissions

The required permissions are:

  • Overall/Read
  • Agent/Connect
  • Agent/Create
  • Agent/Delete

About

Docker CI Pipeline with Jenkins and SonarQube


Languages

Language:Makefile 100.0%