Skip to content

Releases: rrader/docker-jenkins-slave

v2.0.0-beta

22 Mar 10:39
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

New major version that changes approach of using DJS.

CHANGELOG

  1. Uses Vagrant to deploy Jenkins on host machine in Linux Container.
  2. Vagrant machine is ready to run nested containers, and has docker preinstalled and configured
  3. Docker images are published into Docker Hub
  4. All workflow should be done through one entrypoint: djs.sh script in root of repository. See details in README (Getting Started section)

v1.1.0

21 Mar 18:36
Compare
Choose a tag to compare

CHANGELOG

  • CentOS6 and CentOS7 slaves with Maven (centos6-java, centos7-java)
  • No SSH daemon running in maven-based slaves (eventually should be in all images)

v1.0.0

01 Sep 15:23
Compare
Choose a tag to compare

Version that works in production build system.
CentOS 6 tested perfectly by now.
Other OSs last time tested 3 month ago.

Web service released based on this version:
http://docker-jenkins-slave.herokuapp.com/

All pull-requests and are welcomed.