Skip to content

Commit ae031c7

Browse files
committed
alpha to beta
1 parent 7a33abd commit ae031c7

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.tekton/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ spec:
309309
else
310310
git clone -q -b $GIT_BRANCH $GIT_REPO .
311311
fi
312+
env | sort
312313
for s in $script; do
313314
echo $s - START
314315
if $s; then

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ Click **Create**
6868

6969
Click on the Delivery Pipeline and take a look at the configuration:
7070

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+
7173
### 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.
7277

7378

7479
### Tekton Delivery Pipeline
@@ -78,15 +83,15 @@ Inspect the tabs on the left
7883
  - Branch: master
7984
  - Path .tekton
8085
- Worker: (Beta) IBM Managed workers (Tekton Pipelines v0.11.2) in DALLAS
81-
- Triggers: BUILD, DEPLOY, ROTATE_STORAGE_CREDENTIALS, ...
82-
- Environment Properties - stuff copied from the initial toolchain creation.   Change the service plans as described in the README if required
83-
86+
- Triggers: git-BUILD-DEPLOY-two-task, BUILD, DEPLOY, ROTATE_STORAGE_CREDENTIALS, ...
87+
- Environment Properties - stuff copied from the initial toolchain creation.   **Note** Change the service plans as described above if required.
8488

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.
8690

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.
8892

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).
9095

9196
## Code Structure
9297

0 commit comments

Comments
 (0)