Add dev contain pipeline.
This commit is contained in:
parent
24149dfc1c
commit
2553c007dd
|
|
@ -33,7 +33,7 @@ spec:
|
||||||
workspace: git-credentials
|
workspace: git-credentials
|
||||||
params:
|
params:
|
||||||
- name: url
|
- 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
|
- name: branch
|
||||||
value: $(params.branch)
|
value: $(params.branch)
|
||||||
taskRef:
|
taskRef:
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- test-pipeline.yaml
|
- test-pipeline.yaml
|
||||||
- simple-ros-pipeline.yaml
|
- simple-ros-pipeline.yaml
|
||||||
|
- dev-contain-pipeline.yaml
|
||||||
Loading…
Reference in New Issue