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

Manual interaction

  • Manual interaction

  • Select the gear icon, type in the variable: name and a value. Then let it run.

build:
    stage: build
    script: echo Build

test:
    stage: test
    script: echo Test

deploy:
    stage: deploy
    when: manual
    script: echo Deploy

Manual interaction