ibm-cloud-architecture / Learning-Kabanero-101

Tutorials for Cloud Native with Cloud Pak for Applications
https://ibm-cloud-architecture.github.io/Learning-Kabanero-101
Other
3 stars 9 forks source link

Customize Tekton Pipeline (ie add testing task) #13

Closed csantanapr closed 5 years ago

csantanapr commented 5 years ago

Show how to create a customize Tekton Pipeline.

For example, the spring-build-deploy pipeline is compose of

  1. build task
  2. deploy task

Let's create a new pipeline spring-test-build-deploy compose of

  1. test task (add a step to run mvn tests)
  2. build task (re-used task)
  3. deploy task (re-used task)
csantanapr commented 5 years ago

This is done now