Browse Source

Possible syntax fix for dind

master
Daniel Gyulai 4 years ago
parent
commit
607dbda979
  1. 5
      Jenkinsfile

5
Jenkinsfile

@ -1,4 +1,4 @@
podTemplate(yaml: """ podTemplate(yaml: '''
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
spec: spec:
@ -22,8 +22,7 @@ spec:
volumeMounts: volumeMounts:
- name: docker-socket - name: docker-socket
mountPath: /var/run mountPath: /var/run
''' ''') {
) {
node(POD_LABEL) { node(POD_LABEL) {
stage('Git') { stage('Git') {

Loading…
Cancel
Save