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