Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 567 Bytes

Readme.md

File metadata and controls

36 lines (21 loc) · 567 Bytes

Tekton (Cloud native CI/CD Tool)

Installation

How to run a pipeline

  1. Create Tasks

    $ kubectl apply -f hello-world.yaml
    $ kubectl apply -f goodbye-world.yaml
  2. Create a pipeline run

    $ kubectl apply --filename tkn-pipeline.yaml
  3. Create & Run a PipelineRun

    $ kubectl apply --filename tkn-pipeline-run.yaml

Logs of a pipeline

$ tkn pipelinerun logs tkn-pipeline-run -f -n default