Sha256: 19ad971d5055b6bbbae3e614281c7990c8e3888eff88de534a5fe11d284c1595

Contents?: true

Size: 916 Bytes

Versions: 8

Compression:

Stored size: 916 Bytes

Contents

apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
  name: github-pr-ruby-tracer-ci-pipeline
spec:
  params:
  - name: revision
    type: string
  - name: git-commit-sha
    type: string
  workspaces:
    - name: ruby-tracer-ci-pipeline-pvc
  tasks:
    - name: github-set-check-status-to-pending
      taskRef:
        kind: Task
        name: github-set-status
      params:
      - name: SHA
        value: $(params.git-commit-sha)
      - name: STATE
        value: pending
      - name: REPO
        value: instana/ruby-sensor
    - name: github-set-check-status-to-success-or-failure
      runAfter:
      - github-set-check-status-to-pending
      - unittest-rails-postgres
      taskRef:
        kind: Task
        name: github-set-status
      params:
      - name: SHA
        value: $(params.git-commit-sha)
      - name: STATE
        value: success
      - name: REPO
        value: instana/ruby-sensor

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
instana-1.217.1 .tekton/github-pr-pipeline.yaml.part
instana-1.217.0 .tekton/github-pr-pipeline.yaml.part
instana-1.216.0 .tekton/github-pr-pipeline.yaml.part
instana-1.215.1 .tekton/github-pr-pipeline.yaml.part
instana-1.215.0 .tekton/github-pr-pipeline.yaml.part
instana-1.214.4 .tekton/github-pr-pipeline.yaml.part
instana-1.214.3 .tekton/github-pr-pipeline.yaml.part
instana-1.214.2 .tekton/github-pr-pipeline.yaml.part