Richard Allred
2019-06-27 4beef1511bebf886ccb4f67c4cae0fc72bd4f341
simple-pipeline/Jenkinsfile
@@ -30,8 +30,8 @@
        stage('stage 3') {
            steps {
                sh 'echo hello from stage 3!. This is the last stage...'
            } // steps
        } // stage
            }
        }
    } // stages
} // pipeline
    }
}