|
@ -30,14 +30,20 @@ spec: |
|
|
- name: python |
|
|
- name: python |
|
|
image: docker.local/ci/python:latest |
|
|
image: docker.local/ci/python:latest |
|
|
imagePullPolicy: Always |
|
|
imagePullPolicy: Always |
|
|
command: ["cat"] |
|
|
command: |
|
|
|
|
|
- sleep |
|
|
|
|
|
args: |
|
|
|
|
|
- 99d |
|
|
- name: helm |
|
|
- name: helm |
|
|
image: docker.local/ci/helm:latest |
|
|
image: docker.local/ci/helm:latest |
|
|
imagePullPolicy: Always |
|
|
imagePullPolicy: Always |
|
|
env: |
|
|
env: |
|
|
- name: KUBECONFIG |
|
|
- name: KUBECONFIG |
|
|
value: /home/jenkins/agent/workspace/gitea-bme_covidok-backend_master/ci/kube.config |
|
|
value: /home/jenkins/agent/workspace/gitea-bme_covidok-backend_master/ci/kube.config |
|
|
command: ["cat"] |
|
|
command: |
|
|
|
|
|
- sleep |
|
|
|
|
|
args: |
|
|
|
|
|
- 99d |
|
|
''') { |
|
|
''') { |
|
|
|
|
|
|
|
|
node(POD_LABEL) { |
|
|
node(POD_LABEL) { |
|
|