xpadro / web-ci

Dockerized webapp integration with Jenkins using Jenkinsfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-ci

In order to run Jenkins in Docker in your local environment:

docker run \
  -u root \ 
  --rm \ 
  -d \ 
  -p 8080:8080 \ 
  -p 50000:50000 \ 
  -v jenkins-data:/var/jenkins_home \ 
  -v /var/run/docker.sock:/var/run/docker.sock \ 
  jenkinsci/blueocean

Jenkins installation page

The image below is the resulting Jenkins build pipeline based on the execution of the Jenkinsfile jenkins build

About

Dockerized webapp integration with Jenkins using Jenkinsfile


Languages

Language:Java 95.7%Language:Dockerfile 4.3%