Skip to content

Commit c1579f5

Browse files
authored
Inv app (#265)
* Added gitpod config Signed-off-by: Noé Samaille <[email protected]> * Fixed pipeline registration instructions Signed-off-by: Noé Samaille <[email protected]> Signed-off-by: Noé Samaille <[email protected]>
1 parent 9cc8411 commit c1579f5

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

docs/developer-intermediate/inventory-bff/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ The Inventory solution will use [GraphQL](https://graphql.org/) for its BFF laye
4949
oc sync dev-{your initials}
5050
```
5151

52-
- [Register the pipeline](/developer-intermediate/deploy-app#5-register-the-application-in-a-openshift-pipeline)
52+
- [Register the pipeline](/developer-intermediate/deploy-app#5-register-the-application-in-a-openshift-pipeline), give git credentials if prompted, and `main` as the git branch to use. When prompted for the pipeline, select `ibm-nodejs`.
5353

5454
```
5555
oc pipeline --tekton https://github.com/cnw-team-{team}/inv-bff-{your initials}
5656
```
5757

58-
- Give git credentials if prompted, and master as the git branch to use. When prompted for the pipeline, select `ibm-nodejs`.
59-
6058
- [Open the pipeline](/developer-intermediate/deploy-app/#5-register-the-application-in-a-openshift-pipeline) to see it running
6159

6260
- When the pipeline is completed, run `oc endpoints -n dev-{your initials}`. You should see an entry for the app we just pushed. Select the entry and hit `Enter` to launch the browser.

docs/developer-intermediate/inventory-prebuilt-solution/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ named `inv-svc-solution-{initials}`
2424
oc sync dev-{your initials}
2525
```
2626
27-
- Register the pipeline : [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
27+
- [Register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline), give git credentials if prompted, and **main** as the git branch to use. When prompted for the pipeline, select `ibm-java-gradle`.
2828
2929
```
3030
oc pipeline <git repo url> --tekton
3131
```
3232
33-
- Execution of the above command. Give git credentials if prompted, and **master** as the git branch to use. When prompted for the pipeline, select `ibm-java-gradle`.
34-
3533
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline)
3634
3735
### Inventory BFF
@@ -52,7 +50,7 @@ named `inv-bff-solution-{initials}`
5250
oc pipeline --tekton
5351
```
5452
55-
- Execution of the above command. Give git credentials if prompted, and **master** as the git branch to use. When prompted for the pipeline, select `igc-nodejs-v1-2-0`.
53+
- Execution of the above command. Give git credentials if prompted, and **main** as the git branch to use. When prompted for the pipeline, select `igc-nodejs-v1-2-0`.
5654
5755
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline)
5856
@@ -94,7 +92,7 @@ named `inv-ui-solution-{initials}`
9492
oc pipeline --tekton
9593
```
9694
97-
- Execution of the above command. Give git credentials if prompted, and **master** as the git branch to use. When prompted for the pipeline, select `igc-nodejs-v1-2-0`.
95+
- Execution of the above command. Give git credentials if prompted, and **main** as the git branch to use. When prompted for the pipeline, select `igc-nodejs-v1-2-0`.
9896
9997
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline).
10098

docs/developer-intermediate/inventory-service/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,12 @@
5656
oc sync dev-{your initials}
5757
```
5858

59-
- Go to the directory of the repository your cloned and [Register the pipeline](/developer-intermediate/deploy-app#5-register-the-application-in-a-openshift-pipeline)
59+
- Go to the directory of the repository your cloned and [Register the pipeline](/developer-intermediate/deploy-app#5-register-the-application-in-a-openshift-pipeline), give git credentials if prompted, and `main` as the git branch to use. When prompted for the pipeline, select `ibm-java-gradle`.
6060

6161
```
6262
oc pipeline --tekton https://github.com/ibm-workshop-team-one/inv-svc-{your initials}
6363
```
6464

65-
- Give git credentials if prompted, and master as the git branch to use. When prompted for the pipeline, select `ibm-java-gradle`.
66-
6765
- [Open the pipeline](/developer-intermediate/deploy-app/#5-register-the-application-in-a-openshift-pipeline) to see it running
6866

6967
- When the pipeline is completed, run `oc endpoints -n dev-{your initials}`. You should see an entry

docs/developer-intermediate/inventory-ui/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@
4545
oc sync dev-{your initials}
4646
```
4747

48-
- [Register the pipeline](/developer-intermediate/deploy-app#5-register-the-application-in-a-openshift-pipeline)
48+
- [Register the pipeline](/developer-intermediate/deploy-app#5-register-the-application-in-a-openshift-pipeline), give git credentials if prompted, and **main** as the git branch to use. When prompted for the pipeline, select `ibm-nodejs`.
4949

5050
```
5151
oc pipeline --tekton https://github.com/cnw-team-{team}/inv-ui-{your initials}
5252
```
5353

54-
- Give git credentials if prompted, and master as the git branch to use. When prompted for the pipeline, select `ibm-nodejs`.
55-
5654
- [Open the pipeline](/developer-intermediate/deploy-app/#5-register-the-application-in-a-openshift-pipeline) to see it running
5755

5856
- When the pipeline is completed, run `oc endpoints -n dev-{your initials}`. You should see an entry for the app we just pushed. Select the entry and hit `Enter` to launch the browser.

0 commit comments

Comments
 (0)