- Show plugin url and description in Jenkins update center
- More help files
- Fix executor value validation
- Handle exception inspecting newly created container
- Added experimental feature for choosing retention strategies and number of executors
- Allow configure slave Mode: exclusive/inclusive
- Temp fix for tagging. Fixes container stop.
- More help files
- DockerJobProperty optional in job configuration
- Fix connection test. Print error instead broken page
- Use host IP from container binding
- java 1.7 required
- Support allocating a pseudo-TTY
- Support CPU and memory constraints
- Shade libraries to exclude jenkins classloading issues
- Don't run FlyweightTask on Docker container
- Fixed ignored total container if ami limit was zero
- Logging improvements for provisioning
- Fix checking if a image is present on the server
- Handle Queue with lock to
- Support 1.565.3 LTS
- Split lxc-conf on CSV instead of space
- Pass environment additions to docker container
- Сonfigurable SSH Launch timeout
- Migration to java-docker library
- Credentials support for docker connection
- Fixed a race that may cause commit and push to fail
- Wait for SSH port to be available on docker slave
- Be graceful on stop if container has already stopped
- Expand token macros when running containers
- Use a standardized “one-shot” cloud retention strategy
- Use identifier to get image by tag
- Add port bindings capability
- Added mapped remote filesystem support for workspace browsing
- Adding support for using lxc conf options
- Feature to delete images from repository when jenkins culls the job
- Fixed #64 - storing of cloudName and templateId variables
- Add timeout for a slave that gets provisioned but then has no work
- Add a new feature that allows you to add a build step of constructing a docker image from a Dockerfile, and optionally push that image to a registry
- Added 'volumes-from' functionality
- Pull the image if we do not find it
- Proper parsing of empty dnsHosts string
- When the SSH connection fails, back off and retry.
- Allow configuration of an instance cap
- Allow configuration of image hostname
- Fix for DockerTemplate volumes param
Docker 1.0 has been released, but has non-backwards compatible changes. Upgrade your hosts to docker >= 1.0.0.
- Restore 1.6 compat, Docker 1.0 compat (jDocker 1.4)
- volumes parameter in template
- wiki link in readme
- Various fixes; jDocker to released version in maven central.
- Change client library to jDocker
- Management UI to list running containers and images, and to stop running ones.
- Various bugfixes
- Initial release. Probably many bugs!