Skip to content

v3.0-beta.19

Pre-release
Pre-release

Choose a tag to compare

@keithpitt keithpitt released this 29 Mar 22:47
  • Added 2 new flags to buildkite-agent start:
    • --disconnect-after-job will run the agent, and automatically disconnect after running it's first job. This has sometimes been referred to as "one shot" mode and is useful when you spin up an environment per-job and want the agent to automatically disconnect once it's finished it's job
    • --disconnect-after-job-timeout is the time in seconds the agent will wait for that first job to be assigned. The default value is 120 seconds (2 minutes). If a job isn't assigned to the agent after this time, it will automatically disconnect and the agent process will stop.