apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
name: your-pipeline-name
spec:
# Add this block at the top level of spec
params:
- name: pkgVersion
type: string
default: "9.2.97n"
- name: pkgRelease
type: string
default: "8"
tasks:
# ... your tasks follow
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)