Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-05 13:08:28 +01:00
parent b773578499
commit a9f0729cbe

8
Jenkinsfile vendored
View File

@ -7,15 +7,17 @@ pipeline {
metadata:
spec:
containers:
- command:
- "cat"
- name: "dind"
command:
- "cat"
image: "docker:dind"
name: "dind"
tty: true
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
securityContext:
privileged: true
'''
retries 2
}