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
kind: Pod
spec:
@ -22,8 +22,7 @@ spec:
volumeMounts:
- name: docker-socket
mountPath: /var/run
'''
) {
''') {
node(POD_LABEL) {
stage('Git') {

Loading…
Cancel
Save