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