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.