You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,12 @@ Click **Create**
68
68
69
69
Click on the Delivery Pipeline and take a look at the configuration:
70
70
71
+
**Note:** The deploy stage will fail with the error, *The account already has an instance created with the Lite plan*, configure the stage's environment variables `COS_PLAN=standard` or `APP_ID_PLAN=graduated-tier` or `CLOUDANT_PLAN=standard` based on the failed service. You can then re-run the deploy stage (you do not need to re-create the toolchain).
72
+
71
73
### Classic Delivery Pipeline
74
+
You will notice that the BUILD stage is executing and if successful the DEPLOY pipeline will follow.
75
+
76
+
Click on the settings cog and then choose configuration on the BUILD stage and notice the Input and Jobs tabs have been configured from the values input when creating the toolchain. Check out the DEPLOY stage as well.
72
77
73
78
74
79
### Tekton Delivery Pipeline
@@ -78,15 +83,15 @@ Inspect the tabs on the left
78
83
- Branch: master
79
84
- Path .tekton
80
85
- Worker: (Beta) IBM Managed workers (Tekton Pipelines v0.11.2) in DALLAS
- Environment Properties - stuff copied from the initial toolchain creation. **Note** Change the service plans as described above if required.
84
88
85
-
Once the toolchain has completed, the application will be available at `https://secure-file-storage.<your-cluster-ingress-domain>`.
89
+
Once the toolchain has completed, the application will be available at `https://secure-file-storage.<your-cluster-ingress-domain>`. The exact string is displayed in the log of one of the DEPLOY triggers.
86
90
87
-
The toolchain includes a stage named **UNINSTALL (manual)**. This stage can only be triggered manually and will remove all resources created by the toolchain (app and services).
91
+
Click **Run Pipeline**and choose the triggers: BUILD then DEPLOY.
88
92
89
-
**Note:** If the deploy stage fails with the error, *The account already has an instance created with the Lite plan*, configure the stage's environment variables `COS_PLAN=standard` or `APP_ID_PLAN=graduated-tier` or `CLOUDANT_PLAN=standard` based on the failed service. You can then re-run the deploy stage (you do not need to re-create the toolchain).
93
+
### Uninstall
94
+
The toolchain includes a stage/trigger named **UNINSTALL (manual)**. This stage can only be triggered manually and will remove all resources created by the toolchain (app and services).
0 commit comments