version: 2.1 jobs: first-job: docker: - image: alpine:latest steps: - run: name: Hello World command: echo "Hello World"