Skip to content

Latest commit

 

History

History

Tekton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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