Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Hello World

default:
  script: echo Hello World
  • default (required) - an arbitrary name we used for this job

  • script: (required) the command to execute in the Docker container

  • Current default Docker image is ruby:3.1

  • See the pipelines-demo repo.

  • See Build / Pipelines menu point.