github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/.tekton/tracer-reports/pipeline.yaml (about)

     1  # (c) Copyright IBM Corp. 2024
     2  
     3  apiVersion: tekton.dev/v1
     4  kind: Pipeline
     5  metadata:
     6    name: tracer-reports-ci-pipeline
     7  spec:
     8    workspaces:
     9      - name: tracer-reports-ci-pipeline-pvc
    10    tasks:
    11      - name: clone
    12        taskRef:
    13          name: repos-clone-task
    14        workspaces:
    15          - name: task-pvc
    16            workspace: tracer-reports-ci-pipeline-pvc
    17      - name: script-run
    18        runAfter:
    19          - clone
    20        taskRef:
    21          name: script-run-task
    22        workspaces:
    23          - name: task-pvc
    24            workspace: tracer-reports-ci-pipeline-pvc
    25      - name: git-push
    26        runAfter:
    27          - script-run
    28        taskRef:
    29          name: git-push-task
    30        workspaces:
    31          - name: task-pvc
    32            workspace: tracer-reports-ci-pipeline-pvc
    33    finally:
    34      - name: notify-slack
    35        taskRef:
    36          kind: Task
    37          name: notify-slack-task
    38        workspaces:
    39          - name: task-pvc
    40            workspace: tracer-reports-ci-pipeline-pvc
    41        params:
    42        - name: STATE
    43          value: "$(tasks.status)"