20 lines
367 B
YAML
Executable File
20 lines
367 B
YAML
Executable File
apiVersion: tekton.dev/v1beta1
|
|
kind: Pipeline
|
|
metadata:
|
|
name: argocd-pipeline-test
|
|
spec:
|
|
description: |
|
|
This pipeline tests argocd
|
|
params:
|
|
- name: sonar-project-key
|
|
type: string
|
|
|
|
tasks:
|
|
|
|
- name: deploy-with-argocd
|
|
taskref:
|
|
name: argocd-task-sync-and-wait
|
|
params:
|
|
- name: application-name
|
|
value: $(params.sonar-project-key)
|