MrZoidberg / dockerjenkins_tutorial

A repository for items learned in my Getting Started with Jenkins and Docker tutorial series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start Guide

You can find a more detailed start up guide here

This will get you up and running with some basic jobs and default config.

  1. Make sure you have all the pre-reqs installed (i.e. Docker-toolbox or Docker for Mac or Docker for Windows) this has been tested up to Docker 1.13
  2. Clone this repository to your local drive
  3. cd jenkins2
  4. make build
  5. make run (if this is your first time it will ask for your docker host IP)
  6. Point your browser to http://yourdockermachineip (you can get this by running "docker-machine ip default")

ATTENTION: Riot Engineer Blog Readers

If you're following along with Jenkins Tutorial series that uses Jenkins 1 I've placed a corresponding Markdown file [here] (https://github.com/maxfields2000/dockerjenkins_tutorial/blob/master/BLOG.md)

ATTENTION: Docker 1.12/1.13 Users!

The "Jenkins2" Folder now contains updates and is fully compatible with your Docker for Mac/Windows setups. Enjoy!

Monitoring Basics

You can find a basic monitoring setup in the monitoring folder. Check the README

About

A repository for items learned in my Getting Started with Jenkins and Docker tutorial series

License:Apache License 2.0


Languages

Language:Shell 33.9%Language:Groovy 31.1%Language:Nginx 22.7%Language:Makefile 12.4%