Compare commits

...

3 Commits

Author SHA1 Message Date
Marcin-Ramotowski
ba69728c81 Changed pod runtime to sysbox 2025-06-11 16:32:12 +00:00
Marcin-Ramotowski
5366e313c5 Moved Jenkinsfile and pod agent template to separate directory 2025-06-11 16:29:03 +00:00
Marcin-Ramotowski
283be1a1ec Deleted Goss 2025-06-11 16:28:08 +00:00
3 changed files with 1 additions and 10 deletions

View File

View File

@ -5,6 +5,7 @@ metadata:
jenkins: "slave"
jenkins/label: "kubernetes-agent"
spec:
runtimeClassName: sysbox-runc
containers:
- name: jnlp
image: jenkins/inbound-agent:alpine
@ -33,8 +34,6 @@ spec:
image: marcin00.azurecr.io/azure-cli-docker:slim-bookworm
tty: true
workingDir: /home/jenkins/agent
securityContext:
privileged: true
volumeMounts:
- name: workspace-volume
mountPath: /home/jenkins/agent

View File

@ -1,8 +0,0 @@
port:
tcp:80:
listening: true
ip:
- 0.0.0.0
process:
python3:
running: true