cybergitt / quick-jenkins

Dockerized Jenkins Automation Server powered by Docker In Docker (dind) & Docker Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Jenkins

This is the Dockerized Jenkins Automation Server powered by Docker In Docker (dind) & Docker Compose

Usage

docker compose up -d

after installing Your Jenkins service will host at https://localhost:8080 (Default port).

go to /jenkins-data/secrets/initialAdminPassword and use key inside that file to login. or use

bash ./scripts/getPW.bash

About

Dockerized Jenkins Automation Server powered by Docker In Docker (dind) & Docker Compose


Languages

Language:Shell 87.8%Language:Dockerfile 12.2%