f22d7b89eb
This build wrapper uses the "Cloudbees Docker Custom Build Environment plugin". It allows to define build environment using either a Dockerfile stored in project SCM, or a docker image from docker registry directly. Change-Id: I11f94a10b8a06bd4aa61a817c21a1ee1dd885072
11 lines
217 B
YAML
11 lines
217 B
YAML
wrappers:
|
|
- docker-custom-build-env:
|
|
image-type: 'pull'
|
|
image: 'centos:7'
|
|
force-pull: true
|
|
privileged: true
|
|
verbose: true
|
|
group: jenkins
|
|
command: /bin/cat
|
|
net: bridge
|