diff --git a/instructions/housing/3-MachineLearning.md b/instructions/housing/3-MachineLearning.md index 01fa2a3..ad38212 100644 --- a/instructions/housing/3-MachineLearning.md +++ b/instructions/housing/3-MachineLearning.md @@ -9,7 +9,14 @@ maintaining reproducibility ## Step by Step Instructions -1) Run the pipeline with defaults +1) Run the pipeline on the housing problem through the Jenkins UI with default parameters. +Go to http://localhost:10000. Log into Jenkins if you need to. Open Blue Ocean (on left) +if it's not open. Click on the CD4ML-Scenarios pipeline. Then Branches. Then the little +arrow on the right side of master branch. + +![GreenExperiment](../images/JenkinsRunPipeline.png) + +When it is done, click on the pipeline to see that it finishes green for success. ![GreenExperiment](../images/GreenProduction.png) diff --git a/instructions/images/JenkinsRunPipeline.png b/instructions/images/JenkinsRunPipeline.png new file mode 100644 index 0000000..0e29992 Binary files /dev/null and b/instructions/images/JenkinsRunPipeline.png differ