kkousounnis / Jenkins-Docker

This is is a project for better understanding of jenkins using docket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My First project with Jenkins.

Installation Guide for Ubuntu Lts

Install docker on ubuntu Lts

https://docs.docker.com/engine/install/ubuntu/

sudo docker pull orchardup/jenkins

sudo docker run -d -p 80:8080 orchardup/jenkins

image

Specify your github repository and run .jenkins file. image

About

This is is a project for better understanding of jenkins using docket.