×
Feb 20, 2018 · CloudBees Docker Custom Build Environment let you use arbitrary docker image to host the build. You can use such an image you build on your own ...
Run builds inside a docker container, defined by a Docker image or Dockerfile stored in project SCM.
Run builds inside a docker container, defined by a Docker image or Dockerfile stored in project SCM.
Implementations: CloudBees Docker Custom Build Environment Plugin: com.cloudbees.jenkins.plugins.docker_build_env.DockerfileImageSelector (view on GitHub).
Let user configure a Docker image to run a container ... prepareDockerImage(Docker docker ... prepareDockerImage. public abstract String prepareDockerImage(Docker ...
Class DockerBuildWrapper ... Decorate Launcher so that every command executed by a build step is actually ran inside docker container. Author: Nicolas De ...
Many organizations use Docker to unify their build and test environments across machines, and to provide an efficient mechanism for deploying applications.
All Classes · BuiltInContainer · Docker · DockerBuildWrapper · DockerBuildWrapper.DescriptorImpl · DockerCustomBuildEnvironmentPlugin · DockerDecoratedLauncher ...
Constructor Detail. Docker. public Docker(org.jenkinsci.plugins.docker.commons.credentials.DockerServerEndpoint dockerHost, String dockerInstallation, String ...
BuiltInContainer. Used to determine if launcher has to be decorated to execute in container, after SCM checkout completed. ; Docker ; DockerBuildWrapper.