Skip to content

Commit

Permalink
Merge pull request #2 from PipelineHandsOn/craig-1.2-updates
Browse files Browse the repository at this point in the history
Craig 1.2 updates
  • Loading branch information
cvitter committed Sep 29, 2017
2 parents 2c733dd + 47c3c76 commit f19ba80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Exercise-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ In this exercise we are going to quickly create a new pipeline to demonstrate ho

```
pipeline {
agent any
agent none
stages {
stage('One') {
agent any
steps {
echo 'Stage One - Step 1'
}
Expand All @@ -18,6 +19,7 @@ pipeline {
}
}
stage('Two') {
agent any
steps {
echo 'Stage Two - Step 1'
}
Expand Down Expand Up @@ -58,4 +60,4 @@ Once those repositories are forked:
10. Click on **Save**
11. Click on **Scan Organization Now**

When the scan is complete your **Github Organization** project should now have both the **sample-rest-server** project and the **maven-project**.
When the scan is complete your **Github Organization** project should now have both the **sample-rest-server** project and the **maven-project**.

0 comments on commit f19ba80

Please sign in to comment.