Skip to content

Commit

Permalink
Fix space in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
cvitter committed Sep 29, 2017
1 parent f75df46 commit 2c733dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exercise-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ In this exercise we are going to add a fourth stage to our or pipeline that runs


```
stage('Testing') {
stage('Testing') {
parallel {
stage('Java 7') {
stage('Java 7') {
agent { docker 'openjdk:7-jdk-alpine' }
steps {
sh 'java -version'
Expand Down

0 comments on commit 2c733dd

Please sign in to comment.