summaryrefslogtreecommitdiffstats
path: root/tests/wrappers/fixtures/docker-custom-build-env002.yaml
blob: 075b30fa2629afc970cdde3f29e8beb8fea640e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
wrappers:
  - docker-custom-build-env:
      image-type: 'dockerfile'
      context-path: './docker'
      dockerfile: 'Dockerfile'
      docker-tool: 'Custom Docker'
      host: 'tcp://127.0.0.1:1234'
      credentials-id: 'myCredentials'
      registry-credentials-id: 'myRegistryCredentials'
      volumes:
        - volume:
            host-path: '/hostJenkins'
            path: '/jenkins'
        - volume:
            host-path: '/my-volume'
            path: '/my-volume'
      force-pull: false
      privileged: false
      verbose: false