25 lines
606 B
YAML
25 lines
606 B
YAML
|
apiVersion: tekton.dev/v1alpha1
|
||
|
kind: PipelineResource
|
||
|
metadata:
|
||
|
name: librecloud-webhook-pipeline-img
|
||
|
namespace: cdci-librecloud-services
|
||
|
spec:
|
||
|
type: image
|
||
|
params:
|
||
|
- name: url
|
||
|
value: termas.librecloud.services/termas_librecloud/webhook-pipeline:2.7.0
|
||
|
---
|
||
|
apiVersion: tekton.dev/v1alpha1
|
||
|
kind: PipelineResource
|
||
|
metadata:
|
||
|
name: librecloud-webhook-pipeline-git
|
||
|
namespace: cdci-librecloud-services
|
||
|
spec:
|
||
|
type: git
|
||
|
params:
|
||
|
- name: revision
|
||
|
value: master
|
||
|
- name: url
|
||
|
value: https://CREDENTIALS@repo.librecloud.services/termas_librecloud/webhook-pipeline.git
|
||
|
|