Jenkinsfile aktualisiert
This commit is contained in:
parent
b773578499
commit
a9f0729cbe
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -7,15 +7,17 @@ pipeline {
|
||||
metadata:
|
||||
spec:
|
||||
containers:
|
||||
- command:
|
||||
- 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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user