Add dev contain pipeline.
This commit is contained in:
parent
24149dfc1c
commit
2553c007dd
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue