From 72ba08873afc50cc12910e9fd65ceff10857426d Mon Sep 17 00:00:00 2001 From: Giles Gaskell Date: Sat, 16 Dec 2017 21:39:15 +1100 Subject: [PATCH] Fix broken links in tutorials ... * Add more infomation about Docker image updates. --- content/doc/tutorials/_run-jenkins-in-docker.adoc | 3 ++- content/doc/tutorials/build-a-java-app-with-maven.adoc | 2 +- .../doc/tutorials/build-a-multibranch-pipeline-project.adoc | 2 +- .../doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc | 2 +- content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc | 2 +- content/doc/tutorials/create-a-pipeline-in-blue-ocean.adoc | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/doc/tutorials/_run-jenkins-in-docker.adoc b/content/doc/tutorials/_run-jenkins-in-docker.adoc index ba2bead6e40..cea3140999a 100644 --- a/content/doc/tutorials/_run-jenkins-in-docker.adoc +++ b/content/doc/tutorials/_run-jenkins-in-docker.adoc @@ -166,6 +166,7 @@ To restart the Jenkins/Blue Ocean Docker container: . Run the same `docker run ...` command you ran for <> or <> above. + - *Note:* This process also updates the Docker image. + *Note:* This process also updates the `jenkinsci/blueocean` Docker image, if + an updated one is available. . Browse to `http://localhost:8080`. . Wait until the log in page appears and log in. diff --git a/content/doc/tutorials/build-a-java-app-with-maven.adoc b/content/doc/tutorials/build-a-java-app-with-maven.adoc index d4ab9b1e64b..079ba83ba08 100644 --- a/content/doc/tutorials/build-a-java-app-with-maven.adoc +++ b/content/doc/tutorials/build-a-java-app-with-maven.adoc @@ -99,7 +99,7 @@ and then cloning this fork locally. Management (SCM), which will be your locally cloned Git repository. . From the *SCM* field, choose *Git*. . In the *Repository URL* field, specify the directory path of your locally - cloned repository <>, + cloned repository <>, which is from your user account/home directory on your host machine, mapped to the `/home` directory of the Jenkins container - i.e. * For macOS - `/home/Documents/GitHub/simple-java-maven-app` diff --git a/content/doc/tutorials/build-a-multibranch-pipeline-project.adoc b/content/doc/tutorials/build-a-multibranch-pipeline-project.adoc index ba7b6dfb56d..a780ad03c30 100644 --- a/content/doc/tutorials/build-a-multibranch-pipeline-project.adoc +++ b/content/doc/tutorials/build-a-multibranch-pipeline-project.adoc @@ -140,7 +140,7 @@ project as a "Multibranch Pipeline" project. . In *Where do you store your code?*, click *Git* (_not_ *GitHub*). . In the *Repository URL* field (within *Connect to a Git repository*), specify the directory path of your locally cloned repository - <>, which is from your + <>, which is from your user account/home directory on your host machine, mapped to the `/home` directory of the Jenkins container - i.e. * For macOS - `/home/Documents/GitHub/building-a-multibranch-pipeline-project` diff --git a/content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc b/content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc index a9feaed1021..b2166a6271f 100644 --- a/content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc +++ b/content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc @@ -102,7 +102,7 @@ GitHub account and then cloning this fork locally. Management (SCM), which will be your locally cloned Git repository. . From the *SCM* field, choose *Git*. . In the *Repository URL* field, specify the directory path of your locally - cloned repository <>, + cloned repository <>, which is from your user account/home directory on your host machine, mapped to the `/home` directory of the Jenkins container - i.e. * For macOS - `/home/Documents/GitHub/simple-node-js-react-npm-app` diff --git a/content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc b/content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc index c564cebf588..1e45fbd36ed 100644 --- a/content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc +++ b/content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc @@ -111,7 +111,7 @@ then cloning this fork locally. Management (SCM), which will be your locally cloned Git repository. . From the *SCM* field, choose *Git*. . In the *Repository URL* field, specify the directory path of your locally - cloned repository <>, + cloned repository <>, which is from your user account/home directory on your host machine, mapped to the `/home` directory of the Jenkins container - i.e. * For macOS - `/home/Documents/GitHub/simple-python-pyinstaller-app` diff --git a/content/doc/tutorials/create-a-pipeline-in-blue-ocean.adoc b/content/doc/tutorials/create-a-pipeline-in-blue-ocean.adoc index 6e0913b1f20..e65978515ac 100644 --- a/content/doc/tutorials/create-a-pipeline-in-blue-ocean.adoc +++ b/content/doc/tutorials/create-a-pipeline-in-blue-ocean.adoc @@ -103,7 +103,7 @@ to GitHub",width=80%] + (provided by your access token). . In *Which organization does the repository belong to?*, click your GitHub account (where you forked the repository - <>). + <>). . In *Choose a repository*, click your forked repository *creating-a-pipeline-in-blue-ocean*. . Click *Create Pipeline*. +