Selection of examples on how to use Jenkins with docker.
- gradle build Jenkins based on a docker image configured as a gradle project
- Dockerhub image ticketfly/jenkins-example-gradle-build
- job dsl Deploy the job configuration programmatically using Job DSL Plugin
- Dockerhub image ticketfly/jenkins-example-job-dsl
- integration tests Integration tests using the Jenkins CLI
- Dockerhub image ticketfly/jenkins-example-integration-tests
- job dsl for github Generate Jenkins jobs based on github repos
- Dockerhub image ticketfly/jenkins-example-job-dsl-for-github-org
- AWS ECS example Deploy Jenkins infrastructure to Amazon EC2 Container Service
- Dockerhub image ticketfly/jenkins-example-aws-ecs
To get more context, check out our blog series Our Journey to Continuous Delivery.