Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 894 Bytes

job_configuration.md

File metadata and controls

21 lines (11 loc) · 894 Bytes

Associate the job with an elastic agent profile

The Elastic Agent Profile is used to define the configuration of a docker container. It is used to configure the docker image, set memory limits, provide docker command and environment variables.

The following configuration associates a GoCD job with an Elastic Agent Profile. It effectively means that the plugin will run your job on a newly created docker container using configuration defined in that elastic agent profile.

Steps to configure job to use ECS Elastic Agent:

  • Click the gear icon on Pipeline

    Go To Pipeline Settings

  • Navigate to job

    Navigate to Job

  • Click on Job Settings, and add profile id

    Configure Elastic Agent Profile

  • Save your changes