Skip to content

Commit

Permalink
easyjenkins-java10-demo: Add intro, adjust section level
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacario committed Jun 24, 2018
1 parent b2e86a6 commit 7f3917c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/easyjenkins-java10-demo.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Preparing easy-jenkins demo, 2018-06-22

See <https://github.com/gmacario/easy-jenkins/issues/268>
## Executive Summary

This document details the steps to reproduce the demo given by [@gmacario](https://github.com/gmacario) during the last day of the [Jenkins & Java 10+ Hackathon](https://jenkins.io/blog/2018/06/08/jenkins-java10-hackathon/) which took place on 2018-06-22.

YouTube Video: <https://www.youtube.com/watch?v=1ZX9qA0AZjM>
YouTube Video: <https://www.youtube.com/watch?v=1ZX9qA0AZjM> (from 18:52 to 28:10)

See <https://github.com/gmacario/easy-jenkins/issues/268>

## Prerequisites

Please refer to section "System Requirements" of <https://github.com/gmacario/easy-jenkins>

## Demo Storyboard
## Step-by-step instructions

Login to a Bash shell on the machine where you installed Docker (in our example, login as _gmacario@mac-tizy_)

Expand Down Expand Up @@ -51,7 +55,7 @@ eval $(docker-machine env easy-jenkins) && \
docker-compose logs -f
```

#### Configure easy-jenkins instance
### Configure easy-jenkins instance

Browse `${JENKINS_URL}` -- example: <http://192.168.99.100:9080/>

Expand All @@ -66,7 +70,7 @@ Browse `${JENKINS_URL}` -- example: <http://192.168.99.100:9080/>
- Click "Save"


#### Install sample Pipelines (my-jenkins-pipelines)
### Install sample Pipelines (my-jenkins-pipelines)

Browse `${JENKINS_URL}`

Expand All @@ -93,7 +97,7 @@ docker-compose down -v && \
docker-machine stop easy-jenkins
```

### If the storyboard fails
## If anything fails...

Logged as gmacario@mac-tizy

Expand Down

0 comments on commit 7f3917c

Please sign in to comment.