Add dev contain pipeline.

This commit is contained in:
James Pace 2023-04-27 20:43:16 -04:00
parent 24149dfc1c
commit 2553c007dd
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ spec:
workspace: git-credentials
params:
- name: url
value: ssh://git@git.jpace121.net:2222/packaging/dev_contain
value: ssh://git@git.jpace121.net:2222/packaging/dev_contain.git
- name: branch
value: $(params.branch)
taskRef:

View File

@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- test-pipeline.yaml
- simple-ros-pipeline.yaml
- simple-ros-pipeline.yaml
- dev-contain-pipeline.yaml