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: metadata:
spec: spec:
containers: containers:
- command: - name: "dind"
- "cat" command:
- "cat"
image: "docker:dind" image: "docker:dind"
name: "dind"
tty: true tty: true
volumeMounts: volumeMounts:
- mountPath: "/home/jenkins/agent" - mountPath: "/home/jenkins/agent"
name: "workspace-volume" name: "workspace-volume"
readOnly: false readOnly: false
securityContext:
privileged: true
''' '''
retries 2 retries 2
} }