Skip to content

Commit

Permalink
ref(15): Start testing wild integration with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 18, 2023
1 parent 94173cf commit f7e2d66
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions resources/config/k8s/containers-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ metadata:
pipeline: jenkinsfile
spec:
containers:
- name: "jnlp"
image: "jenkins/jnlp-slave:latest"
privileged: false
workingDir: "/home/jenkins/agent"
command: ""
args: ""
ttyEnabled: true
resourceRequestCpu: "200m"
resourceLimitCpu: "500m"
resourceRequestMemory: "256Mi"
resourceLimitMemory: "1Gi"
- name: 'bash'
image: bash:5.2
command:
Expand Down

0 comments on commit f7e2d66

Please sign in to comment.