We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c4f65 commit dad78c6Copy full SHA for dad78c6
jenkinsfile
@@ -7,21 +7,8 @@ podTemplate(
7
args: 'cat',
8
command: '/bin/sh -c',
9
image: 'baseerp/docker:1.4',
10
- livenessProbe: containerLivenessProbe(execArgs: '',
11
- failureThreshold: 0,
12
- initialDelaySeconds: 0,
13
- periodSeconds: 0,
14
- successThreshold: 0,
15
- timeoutSeconds: 0),
16
- name: 'docker-container',
17
- resourceLimitCpu: '',
18
- resourceLimitMemory: '',
19
- resourceRequestCpu: '',
20
- resourceRequestMemory: '',
21
- ttyEnabled: true,
22
- workingDir: '/home/jenkins/agent')
+ name: 'docker-container')
23
],
24
- volumes: [hostPathVolume(hostPath: '/var/run/docker.sock', mountPath: '/var/run/docker.sock')],
25
nodeSelector: 'type=jenkins-worker',
26
)
27
{
0 commit comments