diff --git a/docs/1-the-manual-menace/1-the-basics.md b/docs/1-the-manual-menace/1-the-basics.md index 9f9e059c..1c62ae22 100644 --- a/docs/1-the-manual-menace/1-the-basics.md +++ b/docs/1-the-manual-menace/1-the-basics.md @@ -6,8 +6,17 @@ ![crw](./images/crw.png)
- If the workspace has not been set up for you, you can create one from this devfile. On CodeReady Workspaces, "Create Workspace > Custom Workspace". Enter this URL to load the TL500 stack: - + If the workspace has not been set up for you, you can create one from this devfile. + + On CodeReady Workspaces, "Create Workspace > Custom Workspace". + + For OpenShift 4.9, 4.10 - Enter this URL to load the TL500 stack: + + + On DevSpaces Workspaces, "Add Workspace > Import from Git". + + For OpenShift 4.11+ - Enter this URL to load the TL500 stack: +
2. In your IDE (it may take some time to open ... ⏰☕️), open a new terminal by hitting `Terminal > Open Terminal in Specific Container > stack-tl500` from the menu. diff --git a/docs/1-the-manual-menace/2-argocd.md b/docs/1-the-manual-menace/2-argocd.md index d7cf4c36..1bda3107 100644 --- a/docs/1-the-manual-menace/2-argocd.md +++ b/docs/1-the-manual-menace/2-argocd.md @@ -135,7 +135,7 @@ EOF * Repository URL: `https://rht-labs.com/todolist/` * Select `Helm` from the right drop down menu * Chart: `todolist` - * Version: `1.0.1` + * Version: `1.1.0` * On the "DESTINATION" box * Cluster URL: `https://kubernetes.default.svc` * Namespace: `+ ⛷️ NOTE ⛷️ - If you are using DevSpaces in OpenShift 4.11+ you may need to add the `pet-battle` folder to you Che Workspace to open the `Jenkinsfile` +
+ + ![add-folder-to-workspace](images/add-folder-to-workspace.png) + ```groovy SONARQUBE_CREDS = credentials("${OPENSHIFT_BUILD_NAMESPACE}-sonarqube-auth") ``` diff --git a/docs/3-revenge-of-the-automated-testing/4a-jenkins.md b/docs/3-revenge-of-the-automated-testing/4a-jenkins.md index a0abe908..530a5c63 100644 --- a/docs/3-revenge-of-the-automated-testing/4a-jenkins.md +++ b/docs/3-revenge-of-the-automated-testing/4a-jenkins.md @@ -33,6 +33,7 @@ 5. Push our changes to the repo to trigger a new build + ``` cd /projects/pet-battle git add . diff --git a/docs/3-revenge-of-the-automated-testing/4b-tekton.md b/docs/3-revenge-of-the-automated-testing/4b-tekton.md index 190616df..3fec0b7e 100644 --- a/docs/3-revenge-of-the-automated-testing/4b-tekton.md +++ b/docs/3-revenge-of-the-automated-testing/4b-tekton.md @@ -7,6 +7,12 @@ mvn formatter:format ``` ++ ⛷️ NOTE ⛷️ - If you are using DevSpaces in OpenShift 4.11+ you may need to add the `pet-battle-api` folder to you Che Workspace to open a file in the next step. +
+ + ![add-folder-to-workspace](images/add-folder-to-workspace.png) + 2. Now edit a java class file, such as `/projects/pet-battle-api/src/test/java/app/battle/CatEndpointTest.java` and add some TAB/spaces e.g. in L19,21 ![images/formatting-code-pb-api.png](images/formatting-code-pb-api-tab.png) diff --git a/docs/3-revenge-of-the-automated-testing/5a-jenkins.md b/docs/3-revenge-of-the-automated-testing/5a-jenkins.md index 6b439d1b..4896e65b 100644 --- a/docs/3-revenge-of-the-automated-testing/5a-jenkins.md +++ b/docs/3-revenge-of-the-automated-testing/5a-jenkins.md @@ -97,7 +97,7 @@ Remember in our pipeline, there is a stage called `"🏗️ Deploy - Helm Packag You should see such output 💪💪
- KubeLinter 0.2.2
+ KubeLinter 0.2.6
No lint errors found!