Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

jenkins-hero/jenkins-ecs-agents

Repository files navigation

CI

Overview

Creates Jenkins Docker image for use in article Using Jenkins Configuration as Code to setup AWS slave agents automatically.

Running

Build image and run Jenkins locally with ./gradlew docker dockerRun.

Access Jenkins at http://localhost:8080 and use the JENKINS_USERNAME and JENKINS_PASSWORD credentials defined in build.gradle

Deploying

Push image to Docker Hub with ./gradlew docker dockerTagLatest dockerPushLatest.

Need further support?

Contact me if you need help at tom@tomgregory.com.